jQuery 1.3b2 and related changes (jquery.js is not minified to aid testing)

git-svn-id: https://develop.svn.wordpress.org/trunk@10326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-01-07 05:02:40 +00:00
parent 870e154d2e
commit ee334aaf40
11 changed files with 4481 additions and 364 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ jQuery(document).ready( function($) {
var before, addBefore, addAfter, delBefore;
before = function() {
var nonce = $('#newmeta [@name=_ajax_nonce]').val(), postId = $('#post_ID').val();
var nonce = $('#newmeta [name=_ajax_nonce]').val(), postId = $('#post_ID').val();
if ( !nonce || !postId ) { return false; }
return [nonce,postId];
}