window.onload = jQuery code not working?
I have been breaking my head with a piece of code I developed using jQuery's selectable.. It worked fine, but when I tried migrating it into my working application it simply did not work/respond at all, as if it wasn't there.
After a LONG session of commenting and uncommenting parts of my application's code I figured out the problem was that I had a Javascript file included that had 2 window.onload actions... When I didn't include that file, my jQuery script worked fine. Any suggestions on how to work around this?
I'm fairly new to jQuery so apologies if this sounds stupid.
Thanks in advance.