[jQuery] Re: selecting elements in 'load' areas

2008-02-17 Thread kareneliot
That's great. I had to rejig things around so that the effects that take place clicking on '.advancedsearchlink a' take place in a standalone function. Probably a better way of doing things anyway - so cheers! Hope that makes sense - and apologies if my initial comments weren't clear.

[jQuery] Re: selecting elements in 'load' areas

2008-02-17 Thread Azadi
$(".advancedsearchlink a") selects all anchor elements inside an element with class 'advancedsearchlink' - but in your comments you say that 'advancedsearchlink' is a class of a link (anchor?) element - so are you selecting all anchors inside a.advancedsearchlink?? anyway, you can use the callbac