[jQuery] migration to jquery 1.3.x

2009-10-15 Thread arena
Hi i was using extensions such as jquery.dimensions ui.mouse ui.slider what append to these extensions. thanks for your help.

[jQuery] jQuery, iframe and scrolldown

2009-06-15 Thread arena
Hello, I am displaying a txt file (log file) in an iframe. After a certain period of time, i refresh the content of the iframe doing : jQuery('iframe#mp').attr('src', samesrc); previously, i set the event listener : jQuery('iframe#mp').load(function() {scrolldown();}); so scr

[jQuery] iframe and autoscroll to bottom

2009-06-15 Thread arena
Hi any one have an idea on autoscrolling to the bottom of the content of an iframe on onload event ? (the iframe content is a txt file) thanks