Tag Archives: jQuery
Posted on January 5th, 2012 in category: Tutorials
A tutorial on creating a Twitter like dynamic row fetcher in ASP.NET for fetching new rows when reaching the bottom of you list or table.
14 Comments
Posted on December 11th, 2011 in category: Tips and Tricks
As of jQuery 1.7 a new event has been added, the on() event. It’s meant to replace the widely used live() and it’s about three times as fast.
No Comments
Posted on August 22nd, 2011 in category: Tips and Tricks
Custom attributes are often a great way to set and retrieve data from JavaScript which is specific to the HTML element. You have been able to get away with using custom attributes but not without upsetting the validators, in HTML5 this is possible.
1 Comment
Posted on June 30th, 2011 in category: Tutorials
A tutorial on how to write a HTML5 drag and drop AJAX file upload with progress indicator using ASP.NET as the backend.
20 Comments
Posted on June 28th, 2011 in category: Tips and Tricks
A common problem for many ASP.NET developers working with jQuery UI is to get events working on ASP controls inside jQuery UI dialogs. There’s a quite simple fix for it, here’s how.
1 Comment
Posted on June 27th, 2011 in category: Tutorials
In the previous tutorial I showed you how to draw a line graph using the HTML5 canvas object. In this loosely based follow up tutorial I will show you how to send the canvas image to your server.
15 Comments
Posted on June 19th, 2011 in category: Tutorials
An introduction tutorial showing you how to draw a simple line graph using the HTML5 canvas element.
4 Comments
Posted on June 19th, 2011 in category: Downloads
A few days ago I needed to read a query string into an array, change a value and recreate the query string. After not finding a suitable jQuery plugin i decided to create on mysef. And now you can get it.
3 Comments
Posted on June 18th, 2011 in category: Tutorials
Making AJAX SEO Friendly and seems often like tricky task, but with the right jQuery plugins it’s actually quite simple, in this tutorial I will show how.
10 Comments