|
Hi Blair Thanks for your suggestion. Seems to work
perfectly in Firefox but not in IE6. I think it takes objection to this line: var $this=$(this); and says ‘error: object required’ Any ideas on how to fix it? Thanks Richard From: Blair McKenzie
[mailto:[EMAIL PROTECTED] I would suggest this: var reminders = []; var $this=$(this); // each applies the function so that 'this' is the
relevant element reminders[i] = { id:$this.find("id").text(), }; }); Blair -- |
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
