Home jQuery Plugins

jQuery Plugins

Crop ảnh với plugin: Jcrop

E-mail Print PDF

Demo: http://deepliquid.com/projects/Jcrop/demos.php

Download: http://deepliquid.com/content/Jcrop_Download.html

Rất hữu ích nếu bạn muốn cho người dùng xử lý, cắt ảnh để làm avatar đúng ko?

Last Updated ( Wednesday, 23 September 2009 13:54 )
 

Kiểm tra form trước khi submit với plugin: Validation

E-mail Print PDF
User Rating: / 1
PoorBest 

Demo: http://jquery.bassistance.de/validate/demo/

hoặc: http://docs.jquery.com/Plugins/Validation

Download: http://bassistance.de/jquery-plugins/jquery-plugin-validation/

Giả sử có 1 form như sau:

  1. <form class="cmxform" id="commentForm" method="get" action="">
  2.  <fieldset>
  3.    <legend>A simple comment form with submit validation and default messages</legend>
  4.    <p>
  5.      <label for="cname">Name</label>
  6.      <em>*</em><input id="cname" name="name" size="25" class="required" minlength="2" />
  7.    </p>
  8.    <p>
  9.      <label for="cemail">E-Mail</label>
  10.      <em>*</em><input id="cemail" name="email" size="25"  class="required email" />
  11.    </p>
  12.    <p>
  13.      <label for="curl">URL</label>
  14.      <em>  </em><input id="curl" name="url" size="25"  class="url" value="" />
  15.    </p>
  16.    <p>
  17.      <label for="ccomment">Your comment</label>
  18.      <em>*</em><textarea id="ccomment" name="comment" cols="22"  class="required"></textarea>
  19.    </p>
  20.    <p>
  21.      <input class="submit" type="submit" value="Submit"/>
  22.    </p>
  23.  </fieldset>
  24.  </form>
 
 

Để kiểm tra form cách đơn giản nhất là:

  1.   <script>
  2.   $(document).ready(function(){
  3.     $("#commentForm").validate();
  4.   });
  5.   </script>
 

Read more...
 

jQuery lightBox plugin - Sử dụng trong enbac.com

E-mail Print PDF

 (PHP Code Vn Group)


Demo: http://data.phpcodevn.com/jQuery/jquery-lightbox/

Download: http://data.phpcodevn.com/jQuery/jquery-lightbox/jquery-lightbox-0.5.zip

Last Updated ( Thursday, 16 April 2009 03:15 ) Read more...
 

Animated InnerFade with jquery - Slide được dùng trong i-pro.vn

E-mail Print PDF
User Rating: / 1
PoorBest 

(PHP Code Vn Group) -  Slide được dùng trên website i-pro.vn

 

Demo: http://data.phpcodevn.com/jQuery/jQuery-Slide/

Download: http://data.phpcodevn.com/jQuery/jQuery-Slide/jQuery-Slide.zip

Last Updated ( Tuesday, 14 April 2009 06:59 ) Read more...
 

Đề cử phpLemon

POLLS

Bạn thích sử dụng JavaScript Framework nào nhất?
 

Alexa Rank


Who's Online

We have 1 guest online