Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to integrate jQuery content Scoller
#16
you stuck window.load inside your function
you should be calling your function after window.load
you have it backwards.

and if this uses jquery you need to use jquery ready

jQuery(document).ready(function () {
});
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
RE: Trying to integrate jQuery content Scoller - by shawn_a - 2015-08-21, 03:13:11



Users browsing this thread: 1 Guest(s)