Thanks in advance for any help you can give this is driving me mad! I am making a plugin (which basically creates editable field) to learn jQuery, the code is here: http://www.sico.co.uk/jquery/jquery.editme.js The problem I am having is that each function call seems to get called multiple times and I don't know why! I call it like so: $("div.tags").editme("http://simoncorless/sicoadmin/articles/ajax-updatetags.php"); Then the current div is replaced, this works fine however if you enter text then go to click the reset button (or submit but that bits not in the code) it seems to repeat the function (in this demo it's an alert() to show the number of calls to said function. It seems to be how many times you click the field?? I'm slowly going mad because I am sure it should be something similiar. If someone could help I would really appreciate it. Thanks Simon -- View this message in context: http://www.nabble.com/Multiple-Unknown-Invisible-Calls-tf2783676.html#a7767042 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/