View Single Post
Old 11-07-2012, 03:02 PM   PM User | #2
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,336
Thanks: 13
Thanked 207 Times in 207 Posts
DanInMa is on a distinguished road
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)
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote