steps reproduce behaviour:
step 1 - access page using google chrome (without dev tools open): http://www.thisiswhyimbroke.com/star-trek-planetary-glassware-set/
step 2 - run $.fn.jquery
in console. says jquery not exist.
step 3 - refresh page , run $.fn.jquery
again on console. jquery exists.
do know why happens? jquery being requested in <head>
in both cases. can't reproduce in other browser, incognito or chrome dev tools open.
you need make sure running command on correct context:
there bug in chrome setting context incorrectly when devtools opens. see comment here details on status. right fixed in canary not yet in chrome stable.
Comments
Post a Comment