Open GoogleCodeExporter opened 8 years ago
Hi p2k, this used to be an option but Chrome has sandboxed all user scripts
which makes this much more difficult. You can add the following to your script
to pull jQuery down:
var s=document.createElement('script');
s.setAttribute('src','//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js');
document.body.appendChild(s);
I will consider adding this as an option.
Original comment by anst...@gmail.com
on 4 Feb 2013 at 10:14
Ok, thanks for answering so quickly ^^
Original comment by p2km...@gmail.com
on 5 Feb 2013 at 11:41
Apologies, I'm not that familiar with js. Where exactly should we add the
code? Which file and in which function?
Original comment by eason.m...@gmail.com
on 10 Oct 2013 at 4:13
Original issue reported on code.google.com by
p2km...@gmail.com
on 4 Feb 2013 at 10:05