crazyvipa |
08-25-2011 05:31 AM |
I'm not sure there is an out-of-the-box working code out there, but you are looking for a "javascript inline editor" (not to be confused with "inline javascript")
All it does is look for specific elements in HTML to edit, such as p, a, img, and div, and just replaces with a form element. Then when you go for a .blur or .focus event it submits the form via AJAX call.
If you do find out-of-the-box solution, let me know -- I'd like to see how they did it. lol.
Hope this gets you started, kinda vague response I know :)
Quote:
Originally Posted by Jayvis
(Post 18377491)
Whats the javascript code you put into your URL bar that allows you to automatically edit and change things right there on whatever page you're viewing? Do you guys know what I'm talking about?
|
|