I am setting display none for div inside box-product class
Quick search on internet tells me some issue with more specfic selector but not sure what to do
I ran following code in firebug and dont see the div getting hidden. Although visibility works, but I dont want to use it since it would still take up the div space
//Below doesnt work though style gets applied, div is still shown $(elm).css("display", "none"); $(elm).children().css("display", "none"); });
[/code]
div gets added in box-product class as products are viewed. Therefore in above page, only one div is added under box-product but more div would get added as different products are viewed
In the end I want to implement pagination so that i can show only specific number of div on this page and hide the rest
When I click on sign up under .com (a id = registerdom), i have on click of the id(registerdom), scrollTo implemented, but it doesn't seems to be scrolling to the #domregister
Any idea whats going on wrong? Is there any way to debug