Closed kl3ryk closed 10 years ago
Got this error when execute following code:
var $ = require('jquerygo'); $.config.addJQuery = false; $.visit("https://alstom.taleo.net/careersection/4/moresearch.ftl", function(){ console.log('foo'); });
The problem seems to exeists only on this (https://alstom.taleo.net/careersection/4/moresearch.ftl) site.
When $.config.addJQuery is set to true everything works fine.
This is by design... I noticed that the page does not already have jQuery on that page, so you need to set $.config.addJQuery = true; in order for this library to work as designed.
$.config.addJQuery = true;
Got this error when execute following code:
The problem seems to exeists only on this (https://alstom.taleo.net/careersection/4/moresearch.ftl) site.
When $.config.addJQuery is set to true everything works fine.