[jQuery] clash in code? jQuery document ready and window.onload

2008-07-01 Thread ChrisQuery
hi, im new to jQuery and to programming in general so i hope this isnt a stupid question. A have an accordion which is animated to open and close when a user clicks a header div. The accordion holds a decent amount of content which takes some time load in ie (and only ie for some reason)

[jQuery] Re: clash in code? jQuery document ready and window.onload

2008-07-01 Thread ChrisQuery
Solved, the accordion script has a few $ used in it. By using the jQuery.noConflict function everything now works happely ever after :) On Jul 1, 3:16 am, ChrisQuery [EMAIL PROTECTED] wrote: hi, im new to jQuery and to programming in general so i hope this isnt a stupid question