View Poll Results: Was this helpfull?
- Voters
- 5. You may not vote on this poll
-
Yes
5 100.00% -
No - you already know
0 0% -
No - its just bable to me
0 0%
Results 1 to 5 of 5
Threaded View
-
13th Jan 2010, 10:11 PM #4OPMemberWebsite's:
litewarez.net litewarez.com triniwarez.comIf you seen my webmasters panel then you will understand that the sidemenu with all the effects and dropdown ect is done by this small object of my framework!
I posting this to show you some more code in regards to jQuery
PHP Code:Sidebar : {
Init : function(){
this.Sidemenu();
},
/*Functions*/
Sidemenu : function(){ //Navigation
$("#main-nav li ul").hide(); // Hide all sub menus
$("#main-nav li a.current").parent().find("ul").slideToggle("slow");
$("#main-nav li a.nav-top-item").click( // When a top menu item is clicked...
function () {
$(this).parent().siblings().find("ul").slideUp("normal"); // Slide up all sub menus except the one clicked
$(this).next().slideToggle("normal"); // Slide down the clicked sub menu
return false;
}
);
/**/
$("#main-nav li a.no-submenu").click( // When a menu item with no sub menu is clicked...
function () {
window.location.href=(this.href); // Just open the link instead of a sub menu
return false;
}
);
/**/
$("#main-nav li .nav-top-item").hover(
function(){
$(this).stop().animate({ paddingRight: "25px" },200);
},
function () {
$(this).stop().animate({ paddingRight: "15px" });
}
);
}
},
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
JQuery and RegExr Help :|
By Porsche_maniak in forum Web Development AreaReplies: 4Last Post: 1st Jun 2012, 12:26 AM -
JQuery help
By xElliex in forum Web Development AreaReplies: 5Last Post: 25th Aug 2011, 10:38 PM -
jQuery Tooltips Help
By Chris2k in forum Web Development AreaReplies: 1Last Post: 11th May 2011, 07:18 PM -
jQuery tooltip help :S
By Porsche_maniak in forum Web Development AreaReplies: 5Last Post: 20th Oct 2010, 04:27 PM -
jQuery tooltip help
By devilzkrazy in forum Technical Help Desk SupportReplies: 0Last Post: 22nd May 2010, 04:24 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...