if is not a valid place the code would be loaded but the brower won't
display because of error
2010/1/13 Beckley
> Hi,
>
> Here's what I'm working with (#thing is a table):
>
>$.get("/applications/stuff.php",
>{ '_request':'thing', 'id':id, 'otherid':$('#otherid').val()
>
does $("#datatable") exists when you call the function? is it called at
document ready?
2010/1/14 gib
$("#datatable").load("includes/Remotes.asp",{funcType: "getData"},
> function (responseText, textStatus, XMLHttpRequest) {
>alert(responseText); // dom element
>alert(textStatus
hi there i'm working with the remote method of validator plug-in to
have in response validity and a message... and i have it working!
the plugin show the remote msg ok but on lost focus i get:
Warning: No message defined for DE1695
the remote script always return {valid:tue,msg:somemsg}
test inp
3 matches
Mail list logo