Changeset 10425 in spip-zone for _plugins_/_dev_/gestion_auteurs/gestion_auteurs_pipelines.php
- Timestamp:
- Mar 16, 2007, 2:03:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/gestion_auteurs/gestion_auteurs_pipelines.php
r10424 r10425 12 12 jQuery('li',el).each(function(){ 13 13 var mon_li = jQuery(this); 14 data.push([mon_li. text(),mon_li.find('span').text()]);14 data.push([mon_li.html(),mon_li.find('span').text()]); 15 15 }) 16 16 return data;
Note: See TracChangeset
for help on using the changeset viewer.