> $(document).ready(function(){
> alert("Document is Ready");
> $("form#FormID").submit(function(){
> alert("Form is submitted");
>
> $.post("process.php",{keyword:$("#keyword").val()},function(data)
> {
> alert("Data Loa
Java script code.
$(document).ready(function(){
alert("Document is Ready");
$("form#FormID").submit(function(){
alert("Form is submitted");
$.post("process.php",{keyword:$("#keyword").val()},function(data)
{
alert("Data L
> I am trying to use the ajax functions of JQuery but its not working
> all the normal functions of jQuery are working as expected.What could
> i be doing wrong.
> Thanks!!
There's no way to tell what you're doing wrong if you don't show us
what you're doing. Please post an example or a link. T
3 matches
Mail list logo