[jQuery] Re: parseerror on GET from window.location

2009-06-18 Thread pinku
hi, try to use escape function for your url. thanks prashant On Jun 18, 12:27 pm, jacktanner wrote: > When I hardcode q_url, I use a relative path. I tried > window.location.href (absolute path) and window.location.pathname > (relative path), and both of those give a parseerror. By the way, th

[jQuery] jqModal dialog plugin - need ajax response text as a variable

2009-06-18 Thread pinku
I am having problem with accessing content of ajax response for requested url from JQModal plugin that we are using for popUp dialog boxes in our application. here is what I need to do. var url= 'index.cfm?event=work.RejectTask&personId='+ patientId + '&fDocumentId=' + DocumentId; $('#summaryPo