[jQuery] Re: jEditable, onblur and submit issue

2009-12-02 Thread rymi...@gmail.com
An update to my original e-mail: I have ascertained that the behaviour is exhibited only in WebKit browsers. IE and Firefox are fine, but Chrome and Safari don't work.

[jQuery] jEditable, onblur and submit issue

2009-12-01 Thread rymi...@gmail.com
Hi all, I'm using a fairly complex jEditable implementation to provide 'edit in place' functionality for every individual word in a div. Everything works as I would expect with one exception: the onblur behaviour is erratic. Sometimes it works as expected (i.e. I click on a word, edit it, then

[jQuery] Animation effect fails to run on 'load'ed content

2009-02-11 Thread rymi...@gmail.com
Hi, I've seen this problem before, and I think I've seen the solution to it too, but I can't for the life of me find it again now. I have an empty, hidden div with a unique id. I'm loading some remote content into that using $('#ttAjax').load('whatever.something'); After this I want to show it