Thread
:
Struggling with jQuery HTML changing
View Single Post
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
I think I've worked out that:
$(this).attr("class",cl.slice(0,cl.length-2))
...should be:
$(this).attr("class", "")
johnsmith153
View Public Profile
Find More Posts by johnsmith153