View Single Post
Old 10-09-2012, 01:54 AM   PM User | #6
johnsmith153
New Coder

 
Join Date: Mar 2012
Posts: 81
Thanks: 7
Thanked 0 Times in 0 Posts
johnsmith153 is infamous around these parts
I think I've worked out that:

$(this).attr("class",cl.slice(0,cl.length-2))

...should be:

$(this).attr("class", "")
johnsmith153 is offline   Reply With Quote