开发者

Installing and Using jQuery Toolbox

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 yo开发者_C百科u have any further suggestions, I'll be grateful. Thanks!


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.


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 :)


Not an uncommon issue with new web developers. I recently explained it pretty thoroughly in a related question. Here is the link:

  • StackOverflow - How to Implement jQuery and Optimize Javascript

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜