enavu webdevmania tutsvalley psdestination
visit the enavu network
8 Comments Article Title Overlay Article Title

Maxlength for textarea using jQuery

If you want to limit the characters your user/visitor can type in an input field, you CAN, using the maxlength attribute. But if you want to limit the characters for textarea, you CAN’T, because it doesn’t support the maxlength attribute like inputs do. So here is a little jQuery script that will make the textarea’s maxlength attribute work.

continue reading >>
8 Comments Article Title Overlay Article Title

Little app to help you code 10+ times faster

We all want to code much faster, right? Well there is a nice app that will help you code much much faster.

continue reading >>
99 Comments Article Title Overlay Article Title

Making a jQuery infinite carousel with nice features

Demo     Source
First of all, some of the stuff you mentioned in the comments, they are great, thank you for that, but they can’t exactly be bult in into this type of carousel so in near future i will code a different jQuery carousel and implement the features you wanted.
If you saw the first [...]

continue reading >>
5 Comments Article Title Overlay Article Title

Description text inside an input field

Demo     Source
HTML

<input type=’text’ class=’description_active’ value=’Click to see the effect…’>

jQuery

$(document).ready(function() {
$(‘.description_active’).click(function(){
$(this).removeClass(‘description_active’).val(”);
});
});

Pretty simple, we have an input field with class ‘description_active’ and a default value assigned to [...]

continue reading >>
3 Comments Article Title Overlay Article Title

Simple Fast Easy make your website iPhone ready!

Simple tutorial on how to make your website iPhone ready.

continue reading >>
No Comments Article Title Overlay Article Title

Free Game Website Template

Free Gaming Template Website Design. All layers included.

continue reading >>
No Comments Article Title Overlay Article Title

Detect the browser visitor is using with jQuery

In today’s daily tip we will make a little jQuery script to check and return the visitor’s browser.

continue reading >>
No Comments Article Title Overlay Article Title

Inspiration – An outside the box approach to getting inspired

How to get inspired from everyday things.

continue reading >>
One Comment Article Title Overlay Article Title

Amazing Web 2.0 Free Template

Free Web 2.0 Template – This template is perfect for an online application website.

continue reading >>
No Comments Article Title Overlay Article Title

Create a Disappearing jQuery Dialog Message (Growl Like)

Create a simple Message Dialog Box that disappears after a certain amount of seconds. Simple Growl Like Notification System.

continue reading >>
Page 10 of 14« First...89101112...Last »

Sponsors

fzilla file hosting

Popular Articles