doedje / jquery.soap

This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
352 stars 148 forks source link

getting Jquery is not defined error #127

Closed spmanutd007 closed 5 years ago

spmanutd007 commented 6 years ago

`<!DOCTYPE html>

` I am getting jquery is not defined. The script jquery.soap.js has been correctly referenced.Any ideas? Do i need to add any import statements in jquery.soap.js?
doedje commented 6 years ago

The documentation is not very clear on this. jQuery.soap is a jQuery plug-in. It requires you to load jQuery itself before loading any of the plugins. You do this in your html.....

spmanutd007 commented 6 years ago

how to load jquery?? what should i write in src="" to load jquery?

spmanutd007 commented 6 years ago

i solved the problem,just had to change the order of script tags to this-

Githubissues.
  • Githubissues is a development platform for aggregating issues.