Hi,
I have a problem that a JQuery expert should be able to solve fairly easily.
I am building an app in php that uses jquery scripts:
1. I’ve got Jeditable for inline editing of web pages.
2. A jquery modal popup window (currently using Greybox, but any others would do).
3. another jquery modal popup window (just a normal .dialog() box) that loads TinyMCE into it, so user can edit inline web page content using TinyMCE.
4. jquery ToolTip code from Flowplayer.
When each scrip…