#4805 closed enhancement (fixed)
Use jQuery for WP's list manipulation
Reported by: | mdawaffe | Owned by: | mdawaffe |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | jquery javascript listman i18n early |
Focuses: | Cc: |
Description
All that adding, deleting, and "dimming" stuff we do with Prototype should be rewritten for jQuery.
And here it is.
Attached is a patch that reworks the list manipulation stuff to be more markup based than JS based. Specific classes and ids are given to lists, list items, deletors, dimmers and adders which the wpLists jQuery plugin then finds and initializes.
Since a complete description of the markup involved would be rather lengthy, I have also attached a plugin (dependent on files found in the patch) that adds a Top Level "WPLists" menu item with documentation and examples.
The tests from the plugin work in the Firefox, Safari and Opera.
WordPress itself uses WPLists in fairly complicated ways is some places. Currently, those complicated pieces have only been tested in Firefox.
To Do:
- Test in IE
- Bring back JS "Are You Sures?". This will require #4459 to be done "properly".
- Bring back success messages ("X added").
Attachments (4)
Change History (10)
#3
@
17 years ago
- Status changed from new to assigned
4805b.diff
- Not tested much since last upload. Just refreshes the patch.
- Download and install attached test-wplists.php plugin after applying patch. Documents syntax and provides some tests.
#4
@
17 years ago
Apparently I hardcoded the blog URL in the JS file. I'll have a better patch up in a bit.
Big Patch