Slider scripts are one of the common objects of newspaper & portal websites.
They are very useful as they help us present more content in a limited space.
This script helps you present your content with a tabbed menu + previous-next buttons to switch between tabs.
YCodaSlider 2.0 requires jQuery to run and you can use any type of content inside the slider like HTML, Flash, webpages etc.
It can be configured easily to use different effects while changing the content. from : www.webresourcesdepot.com
This is the first plugin that uses jQuery within DokuWiki.
It’s raw but it has a great potential.
Its goal is not to create a rich text editor for DokuWiki… there are plugins that try to bypass wiki syntax.
Its goal is to help the user with some given syntax plugin (tag, discussion etc).
Original syntax is
{{tag>tag1, tag2, tag3}}
My plugin helps the user with an input textfield that adds tags (comma separated).
On loading, the js detects the tags block (I suppose there is just one
block) and it places the block inside the input field (without {{tag>}}).
On saving, the js reads the value from the input and it places the
value at the end of the source as