Launching my first Plugin.

Launching my first Plugin.

Hey Guys , 

I come here to this forum and ask a lot of questions and many of you are kind enough to answer and sometimes even give elaborate explanation , i really appreciate that . thank you . anyways , i am not done asking questions , i'll have a lot more questions lol . 

So lately , i really wanted to learn jquery and started building my own plugin , the purpose of this plugin is to be lightweight and as simple as possible . 

What does this plugin do (you can really dig the source and see that :D  ) but here it is in a nutshell: 

- It checks the total number of images in a HTML doc , removes the repeated src attributes .
- generates random images (random srcs).
- allocates random src's to the selected img elements . 

Thats pretty good for now :D 

i would really appreciate if any of you would take my plugin for a test drive and tell me how you liked it :D 

My Plugin image-randomizer is officially launched on github :  image-randomizer

Please check it out . 

a few things need to be fixed EG. , the plugin assumes the images in the img folder to be in this order : 

avatar-0
avatar-1
avatar-2
avatar-3
avatar-4
avatar-5

and so on , so that needs to be changed , Please feel free to express you views .

THANKS ALOT TO ALL YOU GUYS ON THIS FORUM .

Gautam .