| |
[AJAX] - Adjust script - content in div Posted By : at 2008-05-08 13:42:19
$.ajax({ type: o.type, url: $obj.attr('href'), cache:'false', beforeSend:function(){ if(typeof o.beforeSend == 'function'){ o.beforeSend($obj,$target); } }, success: function(msg){ $target.html(msg); if(o.extend == 'true'){ ...
Blog Source - http://www.dynamicdrive.com/forums/showthread.php?t=32250
|
Other Posts about [AJAX] - Adjust script - content in div you may like:;  |
|