Solution to Uncaught Sys Javascript Exception in ReportViewer
Recently while working on one of the projects, I ran into a problem with the ReportViewer was loading reports in ReportViewer control on clicking on button through you click on…
Find JQuery Version
Sometimes we need to find the version of the jQuery library, that is being used in the code or on a website. So which is the easy way to Find…
Send Post Data While Redirecting With JQuery
Do you want to redirect after form submit in jquery and want to know how to redirect to another page after submitting form data in jquery ? Here is a way…
Chrome Showing Empty White Space At Bottom Of Page
A very weird issue happened recently with one of my code. I created a nice html css template, which was working pretty good in my machine. I sent that template…
Simple Tip : Disable Scrolling To Top On Link Click
Whenever we have a hyperlink which does not take you to the different page and its value is "#" then we generally get into this problem that - on clicking…
Disable Sorting In JqGrid
JqGrid is very good jQuery Grid plugin to show custom grids using jQuery. If you want to know how to disable sorting of column in JqGrid, read below. If you…
JqGrid Javascript Jquery Grid Plugin
Are you a Web Developer and need a reusable, flexible, configurable jqeury grid plugin ? Then jqGrid is one the popular Grid Plugin with JQuery which you can use in…
Create Standalone Desktop Apps With HTML5 CSS JAVASCRIPT
Ever thought of creating a Desktop App with HTML, CSS & JavaScript ? Yes, you can! (more…)
Simple Tip : Print Object in IE Console Log
So you are using Developer Tools in IE ? Trying to print Object in Console with (object_variable); But in IE when you print that you get . (more…)