[jQuery] getting error in jquery-1.2.3.js
Firebug shows an error in jquery when the following code executes:
$(function() {
$("#quote").click(function(){
$(this).fadeOut();
$(this).load("getquote.php", { nocache:Math.random() },
$(this).fadeIn());
});
});
The error ('callback.apply is not a function') is on line 740:
if ( callback.apply( object[ i ], args ) === false )
--
"There can be no freedom without freedom to fail." -- Eric Hoffer, 1964
Rick Pasotto rick@niof.net http://www.niof.net