Search results for query "jquery" (40):
Cutting Edge: Mobile Site Development, Part 5: jQuery Mobile
Dino Esposito dives into the HTML5-based
jQuery Mobile UI technology for popular device platforms. Is it all you need for mobile development?
An Example to Use jQuery Grid Plugin in MVC - Part 1
This article presents a simple example on how to use
jQuery Grid Plugin in MVC.
Accessing Server-Side Data from Client Script: Using WCF Services with jQuery and the ASP.NET Ajax Library
Today's websites commonly exchange information between the browser and the web server using Ajax techniques - the browser executes JavaScript code typically
in response to the page loading or some user action. This JavaScript makes an asynchronous HTTP request to the server. which then processes the request and, perhaps,
returns data that the browser can then seamlessly integrate into the web page. Two earlier articles - Accessing
JSON Data From an ASP.NET Page Using jQuery and Using Ajax Web Services, Script References, and jQuery,
looked at using both jQuery and the ASP.NET Ajax Library on the browser to
initiate an Ajax request and both ASP.NET pages and Ajax Web Services as the entities on the web server responsible for servicing such Ajax requests.
This article continues our examination of techniques for implementing lightweight Ajax scenarios in an ASP.NET website. Specifically, it examines how to use
the Windows Communication Foundation, or WCF, to serve data from the web server
and how to use both the ASP.NET Ajax Library and jQuery to consume such services from the client-side.
ASP.NET - Password Strength Indicator using jQuery and XML
ASP.NET Password Strength Indicator somewhat similar to AJAX PasswordStrength extender control behavior and implemented by using
jQuery and XML.
Integrating jQuery DataTables plugin into MVC applications
This article contains code samples which explain how
jQuery DataTables plugin can be integrated into ASP.NET MVC applications
Web Dev Report: Integrating jQuery Mobile into ASP.NET Web Forms and MVC Web Apps
This month, Rachel Appel explains how
jQuery Mobile can make it easier for you to “go mobile” with your new or existing ASP.NET Web Forms or MVC Web apps.
Json Data Visualizer using JQuery, JavaScript, Asp.net MVC 2.0
This article describes a Json data visualizer for popular web services like Google, Yahoo, Bing and Twitter using
JQuery , JavaScript, and Asp.net MVC 2.0.
Slice and Dice OData with the jQuery DataTables Plug-In
OData lets you access data over the Web through simple HTTP commands. We’ll show you how the
jQuery DataTables plug-in along with the Microsoft .NET Framework and Silverlight OData client libraries let you retrieve and display this data quickly, easily and with style.
An Example to Use jQuery Validation Plugin
This article presents an example to use
jQuery validation plugin.
AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in
Creating AJAX based CRUD tables using ASP.NET MVC 3 and the jTable
jQuery plug-in.