February 2011 - Posts

4
Comments

Change the default Icon on your jQuery UI Accordion by hajan

I've got this question in one of my previous blogs posted here (the same blog is posted on codeasp.net too), dealing with jQuery UI Accordion and I thought it's nice to recap this in a blog post so that I will have it documented for further reference...
Filed under: , ,
15
Comments

Using jQuery Live instead of jQuery Hover function by hajan

Let’s say we have a case where we need to create mouseover / mouseout functionality for a list which will be dynamically filled with data on client-side. We can use jQuery hover function, which handles the mouseover and mouseout events with two functions...
Filed under: ,
36
Comments

Table sorting & pagination with jQuery and Razor in ASP.NET MVC by hajan

Introduction jQuery enjoys living inside pages which are built on top of ASP.NET MVC Framework. The ASP.NET MVC is a place where things are organized very well and it is quite hard to make them dirty, especially because the pattern enforces you on purity...
14
Comments

Functions inside page using Razor View Engine – ASP.NET MVC by hajan

As we already know, Razor is probably the best view engine for ASP.NET MVC so far. It keeps your code fluid and very expressive. Besides the other functionalities Razor has, it also supports writing local functions. If you want to write a function, you...
More Posts