I want to modify the first object with a certain id(it's a wordpress template so I cannot assign unique id's)
In this case I wanna show the first one and keep the rest hidden, any ideas?
I have tried all the alternatives below without luck
Page address:Code:$("html.cufon-active body.page div#inner-header-bg div#container div#content div.two-third div.toggle_container2:first").show(); $("div.toggle_container2 round5:first").att("display","block"); $("div.toggle_container2 round5:first").toggle(); $("#togcont:first").att("display","block");
http://stylerecruitment.pinkape.com.au/?page_id=1703


Reply With Quote
Bookmarks