[jQuery] Re: [jEditable] dynamically updating a parameter value

2008-09-29 Thread Mika Tuupola
On Sep 29, 2008, at 11:55 AM, Bruce MacKay wrote: The following function loads a div on the current page with new content relating to an item ID of fID (selected from a list of items in another div on the page). I then use jEditable to allow the user to update the content of that item.

[jQuery] Re: [jEditable] dynamically updating a parameter value

2008-09-29 Thread Bruce MacKay
Hello Mike, I'm not sure if this is the key - if it is, then I don't know how to implement it. The getDashItem function does fire after the first cycle - new content is loaded. The problem is that the fID value is not updating in the jEditable piece of the function. I also know the fID

[jQuery] Re: [jEditable] dynamically updating a parameter value - FIXED

2008-09-29 Thread Bruce MacKay
Fixed the problem. My earlier attempt at unbinding did not work because I didn't get the syntax correct - now with unbind() the problem is solved. Thanks Mike for prompting me to revisit the area. Cheers, Bruce At 07:43 a.m. 30/09/2008, you wrote: Hello Mike, I'm not sure if this is

[jQuery] Re: [jEditable] dynamically updating a parameter value - FIXED

2008-09-29 Thread Steve Schnable
How can i unsubscribe it? Steve