CODEDIGEST
Home » 
Search
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

In Community
No News Feeds available at this time.
 
jQuery
Articles
1 2
The introduction of jQuery library made the client scripting faster and simpler in the world of web development. Moving forward, we will see how to attach event handlers to dynamically inserted html contents.
It will be good and user-friendly if we provide a feature where users can know the username availability in a registration forms. For example, if you see Gmail registration form there will be button called “check availability!” which will help users to find if their desired username is available.
In this article I would try to summarize few tips for using jQuery with ASP.NET (MVC) applications. These tips will related to following areas in jQuery coding,extensibility, design, Ajax features, testing, performance , debugging and errorhandling.
There will be requirements where we need to rotate the text ads or links in an ASP.Net page. For example, to provide features like news or stock ticker for our websites we need to basically rotate news texts or links at equal intervals.
My previous article discussed about creating an Accordion panel ourselves using jQuery library in an ASP.Net page. Moving forward, we will lazy load the accordion panel in this article
Accordion panel is display control which has multiple collapsible panels but allows only one panel to be expanded at a time. Since, it allows only one panel to be expanded at atime it helps us to efficiently manage the screen real estate. Read more..
It is very important to capture the visitor’s or customer’s feedback in terms of rating in any public facing websites like shopping, news, reviews or article, etc. In this article, we will try to build a very simple rating control ourselves using jQuery, Ajax and HttpHandlerin ASP.Net.
My previous article, Make GridView Row Selectable or Clickable using jQuery in ASP.Net gave detailed understanding on building a selectable gridview control with the help of jQuery library. Making the GridView control row selectable has lots of advantages in real world business applications like decreasing the space occupied by the control horizontally, increased user experience etc. In this article, we will use the selectable GridView control we developed in my previous article to provide a sim
jQuery is a light weight javascript library which provides fast and easy way of HTML DOM traversing and manipulation, event handling, client side animations, etc. One of the greatest features of jQuery is, it supports an efficient way to implement AJAX applications because of its light weight nature.
jQuery library has become one of the most widely used javascript library that heavily simplified the client side scripting. Apart from DOM parsing and other advantages, jQuery library excelled so much in AJAX communications. Moving forward, we will see how to use jQuery Ajax methods to call a WebService method in ASP.Net.
1 2