0
ответов

How to check display (none/block) of a div in jquery?

I am using this, $("#loginanchor1").click(function (e) { e.preventDefault(); $("#signin_menu1").slideDown("slow"); }); $(document).mouseup(function (e) { if ($(e.target).parent("a....
вопрос задан: 23 September 2010 07:15