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 |
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 |
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 |

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 |
$.noConflict(); jQuery(document).ready(function($) { //Use Jquery code }); //Use Other library code.
| Posted On: 07 Feb, 2011 |
Before, flip flop can do only flash with action script. Now we can do using Jquery plugin.
Below attached the zip file for flip flop jquery plugin. Download it.
Download Jquery flipflop plugin
Jquery flip flop flip flop page flip top flip left flip bottom flip right Lorem ipsum...| Posted On: 07 Feb, 2011 |
Date picker in Jquery
| Posted On: 07 Feb, 2011 |
What is Jquery?
Jquery is one of the javascript library file. We can easy to integrate the website. Jquery is client side scripting language.
How to install the Jquery in web page?
Step 1:
First download the Jquery library file.
See the current release
Download Latest Jquery Version
Step 2:
Put the downloaded file in where you need in your website
For Example :
Step 3:
| Posted On: 10 Dec, 2010 |
Ajax is nothing but send the request without page refreshing using javascript.
In simple or ordinary Ajax send the request and response using XMLHttpRequest object.
All request send through http.
See the simple ajax example:
| Posted On: 10 Dec, 2010 |
Jquery combined with other java script libraries like prototype, mootools that time Jquery coding will be conflict with other libraries.
So that time use this command for non -conflict jquery with other java script libraries.
| Posted On: 10 Dec, 2010 |


