$(document).ready(function () {
$('#nav li').hover(
function () {
//show its submenu
$('ul', this).slideDown(100);
},
function () {
//hide its submenu
$('ul', this).slideUp(100);
}
);
});
input content here
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/content/01/8381001/html/sidebar.php on line 4
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/content/01/8381001/html/sidebar.php on line 4
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/content/01/8381001/html/sidebar.php on line 5