I’m trying to build an simple publishing tool in jquery. But i’m a bit confused, would love
to build it in an jquery plugin fashion. But jquery works on specific elements or objects.
So, how can I achieve an publishing tool that is “global” to its child objects.
My thought was creating a plugin applied to the window which should be the highest object.
So perhaps:
$(window).mypublishtool();
Then access functions within this plugin to find edit child elements within page.
I would appreciate any help I can get.
Thanks
You cannot do it soley using Jquery. Your best bet it to use it in conjunction with a server-side language; PHP, ASP.NET, Java, CGI-BIN, etc …). If this does not help, please describe more on what your thoughts are and what you are exactly trying to achieve.
Here is a link to view more on what CMS’s are and how complicated they actually are to build.
http://en.wikipedia.org/wiki/Content_management_system