Hi all,
I started about a year ago a personal project regarding the touristic places I have visited (and will visit) in Romania and because I had a lot of other work to do on my ex-full time job (I’m now again a freelancer) I never had time to finish it but all changed now and I’m almost done with it
. It just needs more testing time and on 15th July I will finally release it to the interested visitors ( I can’t give you more details until then too ).
Let’s get back to the plugin now …
I have there a simple gallery of images and I needed a nice method of navigating through them. I have searched for plugin/code to do this but without luck so in an afternoon I started reading some documentation and started the coding
, here is what it came out …

How to setup
You must include in your page’s HEAD section the jQuery library and the slider plugin :
, set the CSS for the navigation images :
, init the plugin over your images holder :
and an example of image holder :
To see a live example click here and to download it click here.
This is my first attempt to build a jQuery plugin so if you find errors in its design don’t be afraid to let me know of them
Best regards
Sorin
Very nice.
I like the idea of hiding the elements rather than moving the container box ( the way that other sliders do)
thanks. it ‘s useful.
useful for me too !
is there an option to mask nav images when the number of images is under the display number ? thanks
Hi FX,
No, there is no such option but, if you want to do this .. you can try doing it directly in JS file on the _checkNavigation by adding .hide() and .show() too.
Regards
Sorin
Thank you. it’s very useful