JQuery 1.2.6 Intellisense for Visual Studio 2008

 - 15 June 2008 15:50 Mustafa ÖZCAN

If You are using JQuery in Visual Studio 2008,  You will like JQery Intellisense. I looked for new version of JQuery-1.2.6-intellisense but I could not find . I found JQery-1.2.5-intellisense in this blog http://lancefisher.net/blog

I upgrade JQery-1.2.5-intellisense.js to JQuery-1.2.6-intellisense.js.

You can download and use it this link.

jquery-1.2.6-intellisense.js (133.42 kb)

Tags: ,

JavaScript

Comments

6/15/2008 9:59:10 PM #

Martillo

Very cool. Thanks Mustafa!

Martillo United States |

6/16/2008 8:10:12 AM #

Kristof

Hi Mustafa,

nice work.

Do you know about the "jQuery IntelliSense Header Generator" from James Heart und Duncan Smart? They have written a short script to generate an annotation file for jQuery from the original jQuery XML documentation.
No further need to edit the original jquery.js...

see at: www.infobasis.com/sandpit/jQuery-Intellisense/

Kristof Germany |

6/30/2008 3:16:04 PM #

ecards

@Kristof:  They have a generator but it relies on JQuery xml docs that are outdated so it's of little use.

@Mustafa: You rock man, awesome.

I was just getting ready to spend a lot of time on this but thankfully found your post first.

ecards United States |

7/10/2008 4:45:48 PM #

ruslan

thanks

ruslan Russia |

7/12/2008 7:34:12 AM #

mustafaozcan

@Kristof : Yes I know but I prefer this.
@ecards : I was spend a little time for everyone.

mustafaozcan Turkey |

7/17/2008 11:53:07 AM #

Thien Do Lam

Thanks!

Thien Do Lam Vietnam |

7/17/2008 12:49:57 PM #

Thien Do Lam

Thanks again!

Thien Do Lam Vietnam |

7/17/2008 12:51:36 PM #

Thien Do Lam

I don't know? Why my comment is disappear?

Thien Do Lam Vietnam |

8/1/2008 3:25:36 AM #

trackback

Trackback from Rainer Schuster

jQuery Intellisense

Rainer Schuster |

9/22/2008 1:14:45 PM #

Pierre Nocera

Thanks Mustafa, this is very cool !

Pierre Nocera |

9/23/2008 10:20:03 AM #

ajten

seni cok seviyoruz hep izliyorua allah sana ceneti nasip eylesin

ajten Macedonia (FYROM) |

10/8/2008 11:15:15 AM #

whoever

works great, thanks

whoever United States |

10/20/2008 8:43:42 AM #

trackback

Trackback from The Problem Solver

jQuery Intellisense in Visual Studio 2008

The Problem Solver |

10/21/2008 5:58:29 AM #

Jure

How to use jquery intellisense with Page.ResolveUrl??

Sample:
<script type="text/javascript" src="<%=Page.ResolveUrl("~/Content/Scripts/JQuery/jquery-1.2.6-intellisense.js") %>"></script>

Jure Slovenia |

10/22/2008 6:10:13 AM #

Mustafa ÖZCAN

@Jure: If you are using ResolveUrl I know Visual Studio does not give intellisense support for design time. But You can use design time support like below.

1- You must add normally js tag with ResolveUrl.
2- You must add asp:Literal conrol in head tag (head tag must be set runat="server").
3- You must add default js tag (without ResolveUrl) in asp:Literal contol.
4- You must set asp:Literal Visible properties to false and EnableViewState to false.


For Example :
<asp:Literal ID="ltrJs" runat="server" Visible="false" EnableViewState="false">
        <script src="Js/jquery-1.2.6-intellisense.js" type="text/javascript"></script>
    </asp:Literal>
  
    <script src="<%= ResolveUrl("~/Js/jquery-1.2.6-intellisense.js")%>" type="text/javascript"></script>

Mustafa ÖZCAN Turkey |

Comments are closed

About the author

Mustafa OZCAN Mustafa ÖZCAN
Software Developer

E-mail me Send mail

Recent comments

Comment RSS

Calendar

<<  July 2009  >>
MoTuWeThFrSaSu
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

View posts in large calendar

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in  anyway.

© Copyright 2008

Added Files

File Hit
jquery-1.2.6-intellisense.js 2854
   

Online

Online Visitors :