On May 18, 3:12 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > I like that! In addition to what Jörn said I would suggest using the > $.model namespace for all your other properties and methods. > > So $.modelOptions would then become $.model.options. This will cut > down on the jQuery global namespace clutter. > > Again, nice work!
Cheers, I thought about that recently, but there is so much code I've already written using it that I couldn't face the task of renaming stuff. Seeing as I renamed the plugin to MVC, I considered keep $.model for the actual data and maybe using the namespace $.mvc for functions and options, but leaving all the $.fn functions as they are. Any ideas?