jquery

TwitterFacebook
Get flash to fully experience Pearltrees
Note: This post is part of a long-running series of posts covering the union of jQuery and ASP.NET: jQuery for the ASP.NET Developer . Topics in this series range all the way from using jQuery to enhance UpdatePanels to using jQuery up to completely manage rendering and interaction in the browser with ASP.NET only acting as a backend API. http://encosia.com/using-jquery-to-consume-aspnet-json-web-services/

Using jQuery to Consume ASP.NET JSON Web Services | Encosia

http://api.jquery.com/next-siblings-selector/ Description: Selects all sibling elements that follow after the "prev" element, have the same parent, and match the filtering "siblings" selector. version added: 1.0 jQuery( "prev ~ siblings" ) prev: Any valid selector. siblings: A selector to filter elements that are the following siblings of the first selector. The notable difference between ( prev + next ) and ( prev ~ siblings ) is their respective reach.

Next Siblings Selector (“prev ~ siblings”)

http://docs.jquery.com/Tutorials English Tutorials jQuery Plugin Authoring Learn how to develop a jQuery plugin.

Tutorials

Posted November 13th, 2008 in Javascript (Updated April 22nd, 2010)

How to get and set form element values with jQuery

http://www.electrictoolbox.com/jquery-get-set-form-values/
http://encosia.com/using-complex-types-to-make-calling-services-less-complex/

Using complex types to make calling services less… complex | Enc

Note: This post is part of a long-running series of posts covering the union of jQuery and ASP.NET: jQuery for the ASP.NET Developer .
http://www.crockford.com/javascript/private.html Douglas Crockford www.crockford.com JavaScript is the world's most misunderstood programming language . Some believe that it lacks the property of information hiding because objects cannot have private instance variables and methods.

Private Members in JavaScript

http://www.mikesdotnetting.com/Article/104/Many-ways-to-communicate-with-your-database-using-jQuery-AJAX-and-ASP.NET I've recently done a series of articles that feature calling databases via AJAX using jQuery.

Many ways to communicate with your database using jQuery AJAX an

Charts with Rotated Axis Text

$(document).ready( function (){ var line1 = [[ 'Cup Holder Pinion Bob' , 7], [ 'Generic Fog Lamp' , 9], [ 'HDTV Receiver' , 15], http://www.jqplot.com/tests/rotated-tick-labels.php
http://www.flowmarks.com/2009/09/embedded-reporting-with-chart-controls.html Summary Windows Azure Virtual Machines promise adequate performance, reasonable costs and a 99.9% SLA. This post is a case study in migrating an existing web application from a dedicated server to Azure VMs.

Embedded Reporting with Chart Controls