Response title
This is preview!
And here is a link for the site <Link>
Anyone can help me?
$(".faq-wrapper").click(function(){
$(".accordion-text").each(function(index, value){
var h = $(this).css("height")
var h1 = h.split("px")
var h2 = h1[0]
var h3 = parseInt(h2,10)
alert(h3)
});
});
© 2013 jQuery Foundation
Sponsored by and others.