Sarfraz Ahmed's Blog

PHP, MySQL, jQuery, JavaScript, Ajax, CSS, HTML and more

Tag Archives: JQuery

Javascript Self Invoking Functions

In this article, I will discuss self-executing or self-invoking functions of javascript and their hidden power with real-world example. We will also see why using setInterval is bad in some situations and should be avoided. Let’s explore little used but extremely powerful self-invoking functions of javascript. Self-Invoking Anonymous Function A self-invoking anonymous runs automatically/immediately when you [...]

HTML5Sticky – Sticky Notes for the Web!

Well, yes, it has been quite a long time since I wrote the last post and that is mainly because I have been very busy at my job which didn’t allow me to write about the ideas that do come in my mind that I think I need to blog about. Today there is a [...]

Rotate and Fly off elements with jQuery and CSS3

In this post, we will look at how we can use CSS3′s property transform and other vendor-specific properties to rotate elements and finally fly them off the page with jQuery. We will also use setInterval function of javascript for the continuous animation or rotation of the elements. So let’s get started with it. Rotating Elements [...]

Follow

Get every new post delivered to your Inbox.

Join 164 other followers