30 Mar, 2009
Posted by: Mahbub In: misc
Doing a portfolio page with Flash on your website has become kind of obsolete. These days with Faster machines and new generation browser can really kick some ass with Javascript and CSS. JQuery has very neat way to deal with some effects. All the animations stem from the base method called “animate”. It animates, tweens [...]
Ever saw those transparent captions on images ? Captions poping out from the bottom or top describing the photo? I’m sure you have. There are lot of scripts like that. And here comes our favorite jQuery version of that.
You can put plain, text, html or anything on there. Just take a look at their plugin [...]
This week – March 20,09 jQueryMagic chooses jQuery colorbox as the pick of the week. You all have heard lot of lightbox, thickbox, greyboxes and different window overlays. It gets better in the newest plugin releases. This one really rocks. Fully customizable and easy to use. It’s lightweight and looks cool. Moreover a bunch of [...]
13 Mar, 2009
Posted by: Mahbub In: Methods
One of the best thing about jQuery is it’s chain ability for almost all it’s methods. If “chain ability” sounds hebrew, here’s a little explanation what it is.
Let’s say you have a <div id=”myDiv”>Lorem Ipsum </div>
And you need to do the following
Change the height to 150px
Change the opacity to 0.8
Add a class called “pClass”
And set [...]
Recent Comments