Hi dtang85,
Well, to let the cat out of the bag, I was in the process of modifying this
jquery plugin.
I have not worked on the code for a couple weeks, so I forget some of the details, but maybe this will help illustrate my situation better:
Original plugin:Plugin JSPlugin demo page
My modified version (work in progress):Plugin jsDemo page (design is crap atm... Just a test page)
If you
read the comments of the original article, several folks asked for upgrades and/or offered code modifications... I tried to incorporate all of those requests and/or code samples into my version of the plugin.
In my Plugin JS, there are several spots where I call:
- _call_back(...);
Again, it has been a few weeks since I worked on this code so my brain is fuzzy on the details, but I am pretty sure the call backs are returning all the DOM elements selected.
Keep in mind, I am no pro jQuery coder, so let me apologize in advance if any of my code is badly constructed.
Thanks so much for your help! Any further tips you could provide would be greatly appreciated.
Cheers,
Micky