Blue Ray Plus - Latest Technology News - Stories tagged with Jquery
1
Ups

Using jQuery with ASP.NET - A Beginner's Guide

published 264 days, 6 hours, 2 minutes ago posted by raman376raman376 271 days, 2 hours, 9 minutes ago
Monday, August 27, 2012 10:06:40 AM GMT Monday, August 20, 2012 1:59:57 PM GMT
Abstract: This article is a guide for getting started with jQuery using ASP.NET and Visual Studio 2008/2010. The article also shows you how to use Visual Studio intellisense feature to develop jQuery and ASP.NET applications. (more)
category: ASP.NET | clicked: 0 | comment | | source: www.dotnetcurry.com
tags: Jquery
1
Ups

Let's start jQuery with ASP.NET - CodeProject

published 264 days, 6 hours, 2 minutes ago posted by raman376raman376 271 days, 2 hours, 10 minutes ago
Monday, August 27, 2012 10:06:40 AM GMT Monday, August 20, 2012 1:58:14 PM GMT
Download source - 144 KBIntroduction jQuery is the most widely used JavaScript library in web applications today, supported by an active community of developers. It is a complex JavaScript object, and could be thought of as a wrapper over selected DOM elements with extended functionality. jQuery is designed to be lightweight, cross browser, and CSS3 compliant. It simplifies the way DOM elements are selected, and makes your operations on that elements simple.Background jQuery can be implemented with... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.codeproject.com
tags: Jquery