Jason
Member since Mar 18, 2010
- Profile: /members/5683-jason.htm
- Comments: 1
Recent Blog Comments By Jason
-
Posting XML SOAP Requests With jQuery
Posted on Mar 18, 2010 at 10:28 PM
can you please point me to the jquery documentation on the following # // Create our SOAP body content based off of # // the template. # var soapBody = soapTemplate.html().replace( # new RegExp( "\\$\\{[^}]+\\}", "i" ), # zip.val()); inparticular the replace method and RegExp object. I have not b... read more »