Node JS, Express Handlebars Solution – Access has been denied to resolve the property
Recently I was working on a small exercise on Node JS and was using Handlebars for rendering list. But, I was getting error "Access has been denied to resolve the…
jQuery Is Not Defined WordPress Solution
Are you getting "Uncaught ReferenceError: jQuery is not defined" error in Wordpress ? It is one of the common Wordpress jQuery error. "jQuery is not defined" error needs some debugging…
Solution To Unexpected Token Switch Javascript Error
I was working on a project which involved a good amount of Javascript Work. After writing some switch case, I ran into problem where I was getting "Uncaught SyntaxError: Unexpected…
Basic JavaScript Interview Questions & Answers – Set 1
JavaScript has come a long way from the place where it was just a scripting language used for basic validations or form processing to a very advanced user interactions and…
Solution To Url Rewriting Not Working For Wamp Server In Windows
Recently while working on one of the project I faced an issue. I had prepared a virutal machine for local dev environment. Moved live wordpress site localhost local environment. And my…
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…
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…