ASKER
ASKER
jQuery(document).ready(function() {
$('.nav').find('ul').hide().end();
$('.nav').find('li').click(function(e) {
e.stopPropagation();
$(this).children("ul").slideToggle();
});
});
ASKER
ASKER
ASKER
ASKER
Windows 7 is an operating system from Microsoft. Features include multi-touch support, a redesigned Windows Shell with a new taskbar, referred to as the Superbar, a home networking system called HomeGroup, and performance improvements.
TRUSTED BY
Anyway :
a = a + 10;
has "nothing to do" with a browser but you can debug it with the js debugger of the browser