Hi, is it possible to have in jquery plugins the abillity to have alias in the name of the options?
Example:
could be something like:
- elemOpac, element_opacity : 0.8,
or
- elemOpac : element_opacity : 0.8,
or
- elemOpac : , element_opacity : 0.8,
Or somehow else.
I know that maybe its javascript thing, variables e.t.c. but it will be very usefull, lets say if you have created a plugin with big option names and want to make it more functional... Or if you have this option:
and use it inside plugin, but to the user you can present this option as