Browse by Tags

All Tags » jQuery (RSS)

Simplify your Ajax code by using jQuery Global Ajax Handlers and ajaxSetup low-level interface by hajan

Creating web applications with consistent layout and user interface is very important for your users. In several ASP.NET projects I’ve completed lately, I’ve been using a lot jQuery and jQuery Ajax to achieve rich user experience and seamless interaction...

Trigger update to jQuery Tablesorter on dynamically modified table by hajan

Several months ago I wrote a blog post about using tablesorter and pager plugins with ASP.NET MVC to beautifully create sorting and pagination features on plain tables and data in your HTML. However, in the past few weeks I have got some reports by users...

JavaScript and jQuery learning path for .NET Developers by hajan

INTRODUCTION Until five years ago, regardless of web development platform most of the web developers weren’t seeing the JavaScript scripting language as a potential candidate for become the most famous, technology independent language that will be used...

Ajax-based data loading using jQuery.load() function in ASP.NET by hajan

In general, jQuery has made Ajax very easy by providing low-level interface, shorthand methods and helper functions, which all gives us great features of handling Ajax requests in our ASP.NET Webs. The simplest way to load data from the server and place...
Filed under: , , ,

Prop function in jQuery 1.6 by hajan

One of the new features included in jQuery 1.6 version is the new prop function. The prop means property which has ability to find any property on the given selector and retrieve it’s value. Example < input id ="myTxt" type ="text" name ="myTextBox...
Filed under: ,

Call ASP.NET server side method from jQuery UI Dialog by hajan

JQuery UI Dialog is great feature from the jQuery UI Framework. If you already work with it, you may have faced some issues when you want to make server-side posts directly from buttons inside your jQuery UI Dialog. JQuery UI Dialog has buttons parameter...
Filed under: , , ,

jQuery 1.6 Released by hajan

I just read the announcement in jQuery Blog that jQuery 1.6 is now available for download! This release contains major rewrite of the Attribute module and a number of performance improvements… You can get the code from the jQuery CDN: http://code.jquery...
Filed under: ,

ASP.NET jQuery Cookbook - Review by hajan

In the past few months I was working as a technical reviewer on ASP.NET jQuery Cookbook with Packt Publishing . This was my first experience to work directly with the book development team and I must say I had a great time working with Packt Publishing...

Bind jQuery UI DatePicker on dynamically created text box controls by hajan

JQuery UI DatePicker is one of the most widely used jQuery UI Plugins and has all the needed features implemented in it for a very rich datepicker. The implementation of the datepicker functionality to a given text box field is pretty much straight forward...

Posting from ASP.NET WebForms page to another URL by hajan

Few days ago I had a case where I needed to make FORM POST from my ASP.NET WebForms page to another external site URL. More specifically, I was working on implementing Simple Payment System (like Amazon, PayPal, MoneyBookers). The operator asks to make...
More Posts Next page »