AiJSlideToggle a Joomla Plugin
October 30th, 2009
AiJSlideToggle is a joomla plugin gives you slidetoggle in joomla contents.
AiJSlideToggle use JQuery as the effect power.
Support plugin development if you need support regarding to this plugin.
How it's works !
See demo JQuery Fade Slider ToggleScreenshot
Usage
You can use
{slidetoggle=Title}Contents{/slidetoggle}
You can easily add to joomla contents item.
Since version 1.1, you can add accordion-like with the syntax below
{slidetoggle=Title 1|groupname}
Contents 1
{/slidetoggle}
{slidetoggle=Title 2|groupname}
Contents 2
{/slidetoggle}
Changelog
- Version 1.0 [October 30, 2009]
- Initial release
- Version 1.1 [December 26, 2009]
- * Fix nested slides
- * added Accordion-like structure
- Version 1.2 [January 07, 2010]
- * Update code for plugin performance
Download
- Download AiJSlideToggle 1.2
- Current Version: 1.2
- Total Download: 1981
Support & Donate
Report bugs and feature request use contact form.Support plugin development if you need support regarding to this plugin.
Sponsors
Become sponsors and your link will be in this page.Incoming search terms for the article:
- slidetoggle joomla
- toggle joomla
- slide toggle joomla
- joomla slidetoggle
- AiJSlideToggle
- joomla toggle
- joomla plugin
- jquery toggle joomla
- fade slide toggle plugin joomla
- plugins/content/aijslidetoggle php on line 85
Category: Projects



Thank you. You saved me with the error!
Halo,
First of all nice plugin.
One question:
Can you change the wording for the toggle title?
For example:
When content is hidden toggle is "view more".
When click and open hidden content, toggle says "view less"
Thank you
Wrong parameter count for strstr()change line 85
___________
Change:
if(strstr($match,'|',true)){
To
if(mb_stristr($match,'|',true)){
___________
Ð âлаРÐÐ ÐР°СРСÐСâСÐР°РÐÐ ÑСâ Р°
Fatal error: Call to undefined function mb_stristr() in J:\home\localhost\www\wh\plugins\content\aijslidetoggle.php on line 85
what i do wrong?
open the file /plugins/content/aijslidetoggle.php, then replace the function call strstr(,,true) by strpos(,)
hallo semua.salam kenal
Use full slide Toggle ... very nice
Thanks
Unbelievable!
I've been looking for days for such a simple 'accordion' solution. After upgrading to Joomla 1.5 I have been looking for a replacement PLUGIN. But the majority is a module, which I don't need.
I love this simple but powerful PLUGIN.
Thanx from the Netherlands!!!
Fred
AbdulIbadJSlide...we...we....hehe
Hendrik thanks for the tip, I had the same problem
Wrong parameter count for strstr()change line 85
Change:
if(strstr($match,'|',true)){
To
if(mb_stristr($match,'|',true)){