|
I realize this doesn't answer your question, but why cant people edit a plugin? it's still plain text code. ( you can always provide a non compressed easy to read version of your code to users if you like)
Plugins for jquery have advantages such as ( if done properly) they automatically avoid conflicts with the $ namspace, yes easy to configure, and they maintain the chainability (? i suppose thats a word) of jquery functions ( also when done properly)
|