I am using jQuery 1.3.1 and saying $('#somediv').load('somepage.aspx')
An aspx that have a Repeater which loads few images. When loading is complete a cycle()
function (jQuery plug-in) will be called upon them.
Now I have this working on http://www.techlipse.net/test/agb via the function called from the menu-event-handlers (a combo box). When it is loaded via the event handler of the combobox I call cycle()
plugin as a callback function to the load()
method, or function .. I think I might have misunderstood some of the fundemantals of javascript, or why the document.ready()
is firing long before the images are fully loaded therefore failing the cycle()
plug in. When it is said to be a bug of jQuery1.3.1 that it does wait for them to load. Posted here:
any help .?