Quick tips to learn this keyword in JavaScript

this keyword in javascript

Whether you use any JS framework or someone who had used the basic event-handlers in JavaScript/Jquery, you would be very familiar with this keyword. Now, it is common in other languages too but it’s a little different in JavaScript. This is one of the fundamental topics but still unclear for … Read more

jQuery Remove Elements with Animation

Delete Records with Animations using jQuery

Every language & libraries has its own competitors. jQuery is hardly competitor to Flash. Now a days every web developers prefer to choose jQuery instead of Flash because of its ultimate UI Effects. jQuery leads when its come to SEO point of view where Flash doesn’t. jquery remove animation is … Read more

How to capture webpage screenshot using javascript?

How to take webpage screenshot using javascript

If you want to take a Webpage screenshot or particular element like DIV then this tutorial will help you to get it done. Why do you want to take a screenshot of webpage? lets say if you want to Capture user’s data on part of the screen Capture Canvas Element … Read more

how to show loading image in ajax request using jquery?

/home/dhaswin/Downloads/how to show loading image in ajax jquery

In this post I am going to discuss how to show a busy loading image during Ajax call in jQuery. Recently, when I was developing one cool project, I needed a progress indicator to show the user that something was happening in the background. Previously I had written simple jQuery … Read more

Simple jQuery Preloader for Websites

jQuery Preloader for websites

Now a days every websites are powered by jQuery Preloader. It will add interactivity to a webpage with some sort of animations.  Today I am going to tell how to create a simple jQuery Preloader with 2 lines of jQuery code & few lines of CSS code. We want our … Read more