Skip Navigation Links


Installing JQuery

Making your site more stylish 1

Hello all!

I am starting a new series of posts related to making your .net (or any) website more stylish. The main purpose of these topics are to upgrade usability of your site.

Before we get started I need you to download JQuery library. You can download from http://jquery.com.

You can follow set up instruction here at http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery#Setup

Basically you download the .js file and drag it to some directory of your website. And add following code to header of the page.

<head runat="server">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <script src="jscript/jquery-1.3.2.js" type="text/javascript"></script>
</head>

OK, now we are ready to start, let's get started.

Tag: stylish jquery
By: syantien | 12/7/2009 5:10:16 AM / 12/7/2009 5:13:53 AM

Comment

No comments yet.


Comment

Name
 

Title

Email

Comment
 

Your IP Address is: 38.107.191.83

* to keep comments safe and clean, we display and keep your ip address.