I found out myself  - like eveything in jquery its pure simplicity!

$('#mydiv').load("mypage.php",function(){$.getScript("mycustom.js");});





matt2012 wrote:
> 
> If I reload a part of the page [ using load(.. ] which has elements bound
> to functions for example a table row tr with a click function when that
> table is reloaded the table row no longer has the click function bound to
> it. In FF I can get around this by adding the js functions to the
> mypage.php that im reloading into mydiv - this dosent work for ie however.
> Anyone know how I can get mycustom.js to be reloaded onto the elements in
> my reloaded div.
> 
> Thanks for any help.
> 
> Matt. 
> 

-- 
View this message in context: 
http://www.nabble.com/reload-js-in-iw-with-ajax-tf3083807.html#a8571345
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to