Ok here is what I am trying to do.
I have a few effects I want to apply to several different div containers. Lets say I have a slide effect and a fadeTo effect. Rather then specifying what the div class/id is in the JS code, I would prefer to just be able to apply the effect by just giving the div a custom tag or an additional id/class. I always want to specify the parameters of the effect on the actual div.
For instance.
<div id="cssDesign SlideEffect" [Speed, Duration parameters somewhere]></div>
or
<div Customtag="SlideEffect" id="cssDesign" [Speed, Duration parameters somewhere]></div>
Make sense?