
Advanced and fancy drop down menu using Jquery, HTML, CSS
Jquery drop down menu
Create menus using ul li Home Tutorials Sub Nav Link Sub Nav Link Resources Sub Nav Link Sub Nav Link About Us Advertise Submit Contact Us
Create CSS for drop down menu
ul.topnav { list-style: none; padding: 0 20px; margin: 0; float: left; width: 920px; background: #222; font-size: 1.2em; background: url(topnav_bg.gif) repeat-x; } ul.topnav li { float: left; margin: 0; padding: 0 15px 0 0; position: relative; /*--Declare X and Y axis base for sub navigation--*/ } ul.topnav li a{| Posted On: 07 Feb, 2011 |
In Jquery, If we use the ready event after loaded the DOm function then only the function will fire. So that is fair for all events and triggers.
Example
$(document).ready(function() { //We can call any number of function and events and triggers. });We can use Jquery instead of $ symbol in before document. When we use the another one library(for example dojo) that time we can use Jquery instead of $ Symbol.
Jquery(document).ready(function() { //We can call any number of function and events and triggers. });| Posted On: 16 Mar, 2011 |
First we can get one small example for this question.
In ordinary javascript code included page given below
In the above example when the page loaded that time the alert message will show in the screen of the browser.
If we use the Jquery instead of ordinary Jquery readyevent will execute before loading the page and images on the web pages in browser.
See the below example
| Posted On: 16 Mar, 2011 |
Sven Mawson gives an overview of the Picasa Web Albums Data API.
| Posted On: 18 Mar, 2011 |
In javascript, “opener.document” function will do this functionality.
See the example:
First create the file “parentpage.html” Then paste the main page code.
The create the file “popup.html. Then paste the code popup page code.
Main page
Popup Window Popup window Poup up value to assign this textbox:Popup page
Popup Box function SubmitValue(){ opener.document.parentform.txtBox.value = document.popupform.txtPopupbox.value; self.close(); }| Posted On: 16 Apr, 2011 |


