[jQuery] Re: Creating DIV with JEditable Callback Function

2007-05-24 Thread Jimmy Lee
I had actually already tried using .html(), but it still didn't work. I did some more research, and it looks like the issue has something to do with the event handlers for the newly written divs not being bound. See this article for reference:

[jQuery] Re: Creating DIV with JEditable Callback Function

2007-05-23 Thread Jean Nascimento
dont work?? On 5/23/07, Jean Nascimento [EMAIL PROTECTED] wrote: $(document).ready(function(){ $(.editemail).editable(save1.php, { cancel: 'Cancel', submit: 'Submit' }); var newDivz = div id=newDiv1