<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> --> OK, usable
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.sidr/1.1.1/jquery.sidr.js"></script> --> sidr() undefined
I am getting a weird bug with a bookmarklet that injects jQuery plugins into the header of the current page and what happens is that although jQuery (from cdn) gets loaded the other jQuery plugin from (cdn.js) gets the 304 not modified treatment and that library cannot be used.
This happens on some websites while it the jQuery library sidr works as expected on other sites.
What is causing this? if jQuery gets loaded from google cdn but not the jQuery plugins from cdnjs, what can I do to resolve this?