Using resize to getScript if above x pixels (jQuery)
- by user1065573
So I have an issue with this script. It basically is loading the script on any resize event.
I have it working if lets say...
- User has window size above 768 (getScipt() and content by .load() in that script)
- Script will load (and content)
- User for some reason window size goes below 768 (css hides #div)
- User re-sizes again above 768, And…