JQuery load() onloading of the page



<div id=d1></div>
<script>
$(document).ready(function() {
// Jquery code here ///

$("#d1").load("load-text1.php?msg=Hello_world");

////
});
</script>
load-text1.php file code is here.
<?Php
$msg=$_GET['msg'];
echo "This is from load-text1.php file with Message : $msg ";
?>
Back to Load()
HTTP GET Method HTTP POST method


plus2net.com



Post your comments , suggestion , error , requirements etc here .







Most Popular JQuery Scripts

1

Two dependant list boxes

2

Calendar with Date Selection

3

Data change by Slider

4

Show & Hide element


JQuery Video Tutorials




We use cookies to improve your browsing experience. . Learn more
HTML MySQL PHP JavaScript ASP Photoshop Articles Contact us
©2000-2025   plus2net.com   All rights reserved worldwide Privacy Policy Disclaimer