Hi there guys! Today I want to share with you a jQuery plugin that I made. This jQuery plugin will enable your users to preview your web albums instantly. My inspiration here is the Facebook albums, if you have a Facebook account (I’m sure you have, haha!) and wanted to view the list of albums,… Continue reading Facebook Album Preview jQuery Plugin
Tag: featured-jquery
Convert a DIV Area to an Editable HTML Form
Hello guys! today we are going to do a code that converts a DIV area to an editable HTML form and save the changes to the database. We are going to use jQuery, PHP & MySQL ofcourse. My inspiration for this post is Youtube! LIVE DEMO For beginners, this post covers some useful stuff like:… Continue reading Convert a DIV Area to an Editable HTML Form
Google Plus Style Notification Box Tutorial
Hi guys! I like the Google+ notification box and lately I wondered how to code a notification box that look like something like that. I love its simple design and box animation with easing. So I decided to create my own version. Today we are going to do a script that will look like the… Continue reading Google Plus Style Notification Box Tutorial
jQuery Redirect onClick Event (New or Same Window)
jQuery Quick Tip: This time I’m gonna show you how to redirect a page to another page or website when a user selected a value from a dropdown list and clicked a button. We have two buttons here, the first one will redirect you to a website in the same page and the second one… Continue reading jQuery Redirect onClick Event (New or Same Window)