Jump to content

Year

Day

24 ways to impress your friends

Vote down?

  • Gavin Laking http://www.designers-forum.com/

    function init(){

    var max = 50;

    for (i = 1; i lt= max; i++){

    makeEditable(‘item_’+i);}

    }

    Replace lt with the less-than symbol. Use this in place of the existing init() function in editinplace.js for those multiple item pages you have; dynamically generated of course :-)