Re: [jQuery] Trivial use

2007-01-23 Thread j_birch
Quoting Laurent Goussard [EMAIL PROTECTED]: If I update the content of my page using a jQuery method, I can't access the new elements using jQuery. document.getElementById works, document.getElementsByName works, prototype' $() works, firebug list the new DOM elements, but jQuery considers

Re: [jQuery] Trivial use

2007-01-23 Thread j_birch
Quoting Michael Geary [EMAIL PROTECTED]: The DOM updates immediately when you add new elements. But updating the DOM does not mean copying event handlers from deleted DOM elements to newly added DOM elements. That appears to be the problem here: You need to assign the click handler again after

Re: [jQuery] jQuery 1.0.2

2006-10-09 Thread j_birch
Quoting John Resig [EMAIL PROTECTED]: jQuery 1.0.2 is now ready for consumption! Thank you so much. I'd like to take this opportunity to introduce everyone to Jörn Zaefferer. Love that guy! ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Autocompleter Safari bug

2006-09-13 Thread j_birch
Is this the old case of Safari needing 'return false' as it doesn't (didn't?) implement preventDefault correctly? I am not familiar with the plugin code and am no javascript expert anyway so sorry if I am way off, but I thought it may be relevant for you to look into. Joel. Quoting Geoff Knutzen