[jQuery] Re: 3rd party code interference with responsive jquery event handling

2008-11-17 Thread decostop
We wound up for now just setting up our events at the bottom of the page before the 3rd party JS instead of using the ready() function. On Nov 13, 2:19 pm, decostop <[EMAIL PROTECTED]> wrote: > I can't imagine my situation is very unique so I must be failing to > see the trees t

[jQuery] event binding at bottom of page instead of ready() pitfalls?

2008-11-13 Thread decostop
Anyone have a link to some good info on or an experience based opinion on what risks I might face if I were to do my event binding at the bottom of my html instead of in the DOM ready? Not pretty but the objective would be to get the events working when the page is loaded, but right before some s

[jQuery] 3rd party code interference with responsive jquery event handling

2008-11-13 Thread decostop
I can't imagine my situation is very unique so I must be failing to see the trees through the forest. 1) We have a site that has a number of JQuery style event handlers. By this I mean we use the ready to apply event bindings based on jq selectors. 2) We have 3rd party JS which we have no control