By tag: jquery
0
kicks
Check all checkboxes in gridview using jquery
Selecting all checkboxes by selecting the checkbox in the header of the gridview is a common operation in ASP.NET applications. We could do the same thing but writing less code and giving less effort by using JQuery.
0
kicks
Google Map Instant search
"Google Map Instant Search" with simple jquery and j-son script ,by using Google's API and by using instant search function keyup(function(e))
0
kicks
.NET Book : Visual Studio 2012 and .NET 4.5 Expert Development Cookbook (Must Read)
It is my great honor to tell you that my book has finally been released this week. If you have ever liked any of my blogs or internals, you would like this book for sure. There are lot of things to learn from the book and I can assure you that you wont be upset with this book if you buy it.
The "Vi...
0
kicks
Report Unhandled Errors from JavaScript
Logging and aggregating error reports is one of the most important things you can do when building software. If you are like the vast majority of websites out there, then you don't know about JavaScript errors, and it's time to fix that!
This article talks about reporting unhandled JavaScript error...
0
kicks
Useful jQuery Plugins Part 2: Layout
Lists some very useful (free, open-source) layout plugins that you can easily incorporate on the front end of your page!
0
kicks
Angry Birds of JavaScript: Blue Bird - Events and Messages
In this post we will take a look at the Blue Bird who triggers events and messages that scatter to infiltrate the pig's castle. Slowly, one by one, the birds will take back what it theirs to keep!
0
kicks
Useful jQuery Plugins : Scrolling
Going over some awesome jQuery plugins for your front-end UI
0
kicks
Using HTML 5 and the Web API for AJAX file uploads with image preview and a progress bar
AJAX file uploads used to be a client / server process in HTML 4. They required a round trip to a server side module, usually using an IFRAME and constant querying of the number of bytes uploaded, then reloading a progress bar inside the IFRAME with the current progress value.
Luckily HTML 5 has a l...
0
kicks
DataTables Delete Row with Snazzy Ajax in ASP.NET MVC
Nice way to delete a table row in datatables using asp.net mvc and jquery. Simple and elegant.
0
kicks
How to consume ASP.NET WebAPI from jQuery
Before some months Microsoft has launched WebAPI framework for building and consuming HTTP services. This WebAPI can be called from anything like from mobile sites to JavaScript anything. I thought it will be a good idea to call a WebAPI from jQuery.
In this post I am going to explain how to consu...
0
kicks
http://chilifunfactory.com/blog/post/2013/03/06/Dynamically-create-Checkboxes-with-jQuery.aspx
In a recent project I had the need to create checkboxes dynamically from a dataset.
My project was done in MVC 3 sprinkled with jQuery. I was getting back a list of items and had to dynamically add the check boxes to y form and set if they were checked or not.
0
kicks
Change Input to Upper Case using Java Script
In many web sites, you will have to see that when user types into text box then input text converts into Upper case automatically even if you type in lower case. Here I am going to show you a simple example how can we do this using java script.
0
kicks
ASP.NET : Freeze GridView Header using GridViewScroll jQuery plugin
GridViewScroll, a jQuery plugin enables scrolling in a gridview with fixed headers and is compatible with majority of the browsers. Since this is a client side plugin, this can be used with simple html table also. There are a lot of other things one can do with GridViewScroll such as freezing column...
0
kicks
Simple Application using Knockout.js, jQuery and ASP.NET MVC 4.0 with WEB API
Using ASP.NET MVC, WEB API, jQuery and Knockout.js, it becomes really easy to develop rich, client-side, data-bound web applications. In this article, we will see how the Observable pattern implemented by KO helps us reduce a lot of boiler-plate code that would be required to build same amount of re...
0
kicks
18 Most Popular jQuery Plugins of November 2012
A concrete list of 18 very useful jquery plugins seen in the Internet in November 2012. Consists of dropdownlist with effects, persisting form and so on.