While using responsive frameworks like twitter bootstrap we came across a situation where we want to use file upload with consistent look and feel,...
Recent Posts
Problem: While working with one of the my project some input boxes needs to be validated on blur event. When i bind jQuery blur event with input,...
jQuery - blur or focusout event triggring twice solution
Sometimes it is not necessary to show extra features or functionality of dataTable which are available. By default search box information bar and pagination...

JQuery dataTable plugin - remove search box, information bar and pagination length drop down
We have seen how to create/initialize and use dataTable with fixed column(s). How to initialize dataTable columns with fixed width ? Solution:...
JQuery DataTable - give fixed width to one or more columns
What is JQuery DataTable ? Answer: DataTables is a plug-in for the jQuery which can provide lots of functionalities. Some of them are as follows: Pagination Instant...

JQuery responsive dataTable with fixed columns
Use indexOf() method of JavaScript string to check if string contains particular given sub string or not. String.prototype.indexOf returns...
JavaScript - Check if string contains given substring
Problem: Many of the time we require to get particular portion of the string for further modification. At this time we need to split particular sting. Solution: In...
