Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Problems with JW Tabs & Slides

Problems with JW Tabs & Slides 12 years, 6 months ago #5568

  • pancho91
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Info:
Joomla 1.5.23
MobileJoomla1.0 RC3

Hi, im using JoomlaWorks Tabs & Slides plugin.

The thing is that it loads the tabs using ONLOAD
 
/*// JoomlaWorks "Tabs & Slides" Plugin for Joomla! 1.5.x - Version 2.4// License: http://www.gnu.org/copyleft/gpl.html// Copyright (c) 2006 - 2008 JoomlaWorks, a Komrade LLC company.// More info at http://www.joomlaworks.gr// Developers: Fotis Evangelou// ***Last update: May 20th, 2008****/
// Default Loaderfunction init_jwTS() {    if (arguments.callee.done) return;    arguments.callee.done = true; initShowHideDivs(); tabberAutomatic(tabberOptions); //showHideContent(false,1);}); // Automatically expand first item - disabled by default};// DOM2if ( typeof window.addEventListener != "undefined" ) { window.addEventListener( "load", init_jwTS, false );// IE } else if ( typeof window.attachEvent != "undefined" ) { window.attachEvent( "onload", init_jwTS );} else { if ( window.onload != null ) { var oldOnload = window.onload; window.onload = function ( e ) { oldOnload( e ); init_jwTS(); }; } else { window.onload = init_jwTS; }}
 


So as MobileJoomla doenst LOAD the page but it uses a sliding mode, it doesnt load the tabs unless i reaload the page after visiting it.

Is there any way to call that JS function after everytime the slide loads? (i suppose its on templates.js but i dont know exactly where)

Thanks
  • Page:
  • 1
Time to create page: 0.09 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.