I need an edit-in-place plugin for jQuery but there are quite some around. I've been testing jeditable ( http://www.appelsiini.net/projects/jeditable ) but it lacks some basic options (like hover effect). I also found JEIP ( http://josephscott.org/code/javascript/jquery-edit-in-place/ ) which has recently been developed but comes with much more settings.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Showing posts with label plugins. Show all posts
Showing posts with label plugins. Show all posts
Sunday, June 10, 2012
What"s the best edit-in-place plugin for jQuery?
Thursday, May 24, 2012
Get query string values in JavaScript
Is there a plugin-less way of retrieving query string values via jQuery (or without)?
Monday, May 7, 2012
How can plugin systems be designed so they don"t waste so many resources?
I am trying to build a basic plugin system like the kind you often find in a CMS like WordPress. You have a folder of plugins which tie into the main system's operation through event notifications using an Observer or Event design pattern.
Tuesday, May 1, 2012
Any reason not to use $(test).stuff(); vs test.stuff(); given that test = $("something");?
Google isn't helping me figure this one out. Is there any reason not to do the following:
Subscribe to:
Posts (Atom)