[jQuery] Re: for input cloning

2008-07-25 Thread Robin Gruyters
Syam, Thanks for that! works perfectly! Regards, Robin 2008/7/25 Syamsundar [EMAIL PROTECTED]: Robin, Once you clone with 'true', then just unbind the event from this row. Try this: $(document).ready(function() { // When last input-text is click/selected, add new row

[jQuery] Re: for input cloning

2008-07-22 Thread Michael Geary
Robin, your suspicion is pretty close to the mark. When you add your event handler to the last row of the table, you are doing it at that moment in time only. Whatever is the last row then, that is where your event handler will be. Adding a new row to the table does not magically change any of