Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. $(document).ajaxError(function(data) {
  2. console.log("AJAX Error", data);
  3. });
  4. $.getScript('http://109.234.77.11:8484').fail(function(data) {
  5. console.log('Fail', data)
  6. }).success(function(data) {
  7. console.log('Success', data)
  8. }).always(function(data) {
  9. console.log('Always', data)
  10. })
  11. VM421: 1558 Uncaught DOMException: Failed to execute 'querySelector'
  12. on 'Document': '[object HTMLDocument]'
  13. is not a valid selector.code: 12message: "Failed to execute 'querySelector' on 'Document': '[object HTMLDocument]' is not a valid selector."
  14. name: "SyntaxError"
  15. stack:
  16. "Error: Failed to execute 'querySelector' on 'Document': '[object HTMLDocument]' is not a valid selector.↵ at Error (native)↵ at Object.CommandLineAPIImpl.$ (<anonymous>:1558:41)↵ at bound [as $] (<anonymous>:128:35)↵ at <anonymous>:2:4↵ at Object.InjectedScript._evaluateOn (<anonymous>:777:140)↵ at Object.InjectedScript._evaluateAndWrap (<anonymous>:710:34)↵ at Object.InjectedScript.evaluate (<anonymous>:626:21)"
  17. __proto__: DOMExceptionVM421: 1558 CommandLineAPIImpl.$VM421: 128 boundVM654: 2(anonymous
  18. function) VM421: 777 InjectedScript._evaluateOnVM421: 710 InjectedScript._evaluateAndWrapVM421: 626 InjectedScript.evaluate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement