I have a webpage which has the script
tag as :
<script type="text/javascript" src="https://raw.github.com/joelpurra/emulatetab/gh-pages/dist/emulatetab.joelpurra.min.js"></script>
But when I try:
$.emulateTab()
I get:
TypeError: 'undefined' is not a function (evaluating '$.emulateTab()')
why?
I can see jquery is present, when I do $
I get:
function (a, b) {return new e.fn.init(a,b,h);}
why I couldn't able to call emulateTab()
?
Whats wrong here?