<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() Most Popular JQuery Scripts | |
1 | Two dependant list boxes |
2 | Calendar with Date Selection |
3 | Data change by Slider |
4 | Show & Hide element |