Re: [jQuery] jQuery stripping HTML tags from Ajax response

2010-01-14 Thread Juan Borda
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() >

Re: [jQuery] .load() not functioning correctly on IE

2010-01-14 Thread Juan Borda
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

[jQuery] (validate)

2009-11-21 Thread Juan Borda
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