[wp-trac] Re: [WordPress Trac] #3824: Transition the Admin Area over to using jQuery

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 5 23:36:39 GMT 2007


#3824: Transition the Admin Area over to using jQuery
-------------------------------------+--------------------------------------
 Reporter:  jeresig                  |        Owner:  anonymous
     Type:  task                     |       Status:  new      
 Priority:  normal                   |    Milestone:  2.2      
Component:  Administration           |      Version:  2.1.1    
 Severity:  normal                   |   Resolution:           
 Keywords:  jquery javascript admin  |  
-------------------------------------+--------------------------------------
Comment (by mdawaffe):

 aercolino, this looks tremendously pleasant :)  In fact, awesome.

 My only suggestion is to abstract the ajax request sending stuff out of
 users-js and put it into a rewritten, jQuery based wp-ajax-js.php

 Also, if you want to take a look at the list manipulation stuff, I'd be
 happy to collaborate or help out.  I'd like to see if it's possible to
  1. get rid of all of WP's inline JS.  There's a lot of stuff like
 onclick="deleteSomething(...)"
  2. have the listMan stuff all be markup based like
 {{{
 <ul id='the-list' class='list-man-list'>
  <li id='item-1' class='list-man-list-item'> blah blah
    <a href="http://delete url" class='list-man-delete'>delete</a>
  </li>
 </ul>
 }}}

 I don't think we need to worry about backward compatibility with listMan,
 so no holds barred as far as I'm concerned.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3824#comment:17>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list