Displaying 1 result from an estimated 1 matches for "swapclassname".
2005 Dec 20
0
swap css class
...function to change (swap) css classes - this is what I 
came up with - maybe some of the prototype gurus could have a look at the 
function - I''m sure it needs some improvements, but basically it is working:
// usage:	toggle (boolean), elementId, old class, new class, tag(s)
//			Element.swapClassName(0,null,''oldClass'',''newClass'',''div'');
//			Element.swapClassName(1,null,''oldClass'',''newClass'',''div'',''p'');
//			Element.swapClassName(1,''elementId'',''...