I have never designed a webpage before, but I am asked to do this and will be using jQuery. I was wondering, what is the best and easiest way to do this? I thought of doing this on Visual Studio using only jQuery and HTML controls to produce an html page without any asp.net controls. Is this possible? How can I get this? And if you have any further suggestions, I'll be grateful. Thanks!
A:
You can find jQuery here
And yes you can build a pure HTML web page unless you need some persistent information in which case you might handle that with Ajax.
But for a larger site it could get very complex.
Visual Studio 2010 had great intellisence for jQuery to but more than that I cannot say without more information on what the site is going to do :)
David Mårtensson
2010-10-28 13:15:36
Briefly, it's a search page. The search results are displayed in the middle and divided into two different types, each on a tab.On the left and right, probably some links will be displayed.
Ahmad Farid
2010-10-28 13:28:53
You could build the basic structure in pure HTML and then use jQuery UI widgets or custom code to add listings fetched from the server by ajax.
David Mårtensson
2010-10-28 15:27:32
A:
Yes, should be a great result.
Briefly, Jquery is best loaded via CDN. It'll load faster than a self-hosted bit of code and eliminates the need for you to manage updates on your server. There's no charge and code is available from several different networks.
lodge387
2010-10-28 16:43:40