yes...is that possible?
yes...is that possible?
Ok, inside the .js file, try commenting out the line below:
Code:// ac.divholders[this._divids].$togglerimage.attr('src', (ac.divholders[this._divids].$divref.css('display')=="none")? $togglerimage.data('srcs').closed : $togglerimage.data('srcs').open)
DD Admin
hi
i tried it but no luck![]()
I just tested the script out again with the changes mentioned above, and it does work. Just to reiterate, what the new code does is to show whatever image is defined in the "src" property of the toggler button initially regardless of its corresponding content's state (closed or opened), and then as soon as the user starts interacting with the button, to override that with either the closed or opened image depending on the content's state.
DD Admin
Bookmarks