[jQuery] Re: New link being ignored by jQuery

2009-01-20 Thread Mark MacInnes
Hi Rick, Thanks for your response. I've got it working now. I used the LiveQuery plugin that you recommended. It took a few attempts but I've finally managed to get it working! Thanks again. Saved me a *lot* of time! Mark On Jan 19, 9:44 pm, Rick Faircloth r...@whitestonemedia.com wrote: Hi,

[jQuery] Re: New link being ignored by jQuery

2009-01-20 Thread Rick Faircloth
Glad to hear it! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mark MacInnes Sent: Tuesday, January 20, 2009 5:12 AM To: jQuery (English) Subject: [jQuery] Re: New link being ignored by jQuery Hi Rick, Thanks

[jQuery] Re: New link being ignored by jQuery

2009-01-19 Thread Rick Faircloth
Hi, Mark... Check into the LiveQuery plug-in and use it on your .click element. (see the instructions at the plug-in site). You can also use .live function built into jQuery 1.3, if you're using that. But I understand the .live function has some limitations that the LiveQuery doesn't have.

[jQuery] Re: New link being ignored by jQuery

2009-01-19 Thread Karl Rudd
Check out the documentation for several solutions: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_..._.3F Karl Rudd On Tue, Jan 20, 2009 at 5:14 AM, Mark MacInnes markamacin...@googlemail.com wrote: I'm using jQuery to perform some ajax when a link with a certain id is clicked on.

[jQuery] Re: New link being ignored by jQuery

2009-01-19 Thread Erik R. Peterson
I did check it out... It still doesn't work. All of the scripts in div tags, both Mootools and jquery... Need help.. Erik On Jan 19, 2009, at 4:47 PM, Karl Rudd wrote: Check out the documentation for several solutions: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_..._.3F