 Friday
			Friday
		  
	 
 
 
	
jQuery
 
 
 
	    
- 
 ตั้ง required ให้แจ้งเตือนข้อความ (2,601)In HTML 5  its possible to use the attribute required attribute of an input field to specify that this field need to be fill otherwise  a validation error is raised  lt label gt Username  lt sup gt   lt  sup gt  lt input name "username" type "text" placeholder "Username" required "true" autofocus "
- 
 แบ่งหน้าด้วย Ajax jQuery php mysql (14,136)Pagination is a crucial part of any website  especially if you have hundreds of database records that you want to group and display them as pages  and in modern days with the help of Ajax you can create pagination that doesnt require any page reloading  users can stay in same page and navigate thro
- 
 เลื่อน scroll แล้วแสดงข้อมูลโดยอัตโนมัติ จาก MySQL ด้วย jQuery PHP (5,367)In previous article  Loading More Results  jQuery PHP   the records are loaded when the users clicked on Load more Data button  which is great but how about loading database records automatically when user scrolls down to the bottom of the page  The technique can be seen in Twitter  Facebook and
- 
 การทำปุ่ม Loading More นำข้อมูลจาก Mysql โดยใช้ jQuery Ajax (7,712)You might have seen the implementation of Ajax based data loading technique at Facebook  Twitter or some other sites  Instead of showing pagination links  why not let users load data dynamically on a button click  In this article well try to adopt the technique to make similar loading page for our
- 
 กรองข้อมูลด้วย JQuery plugin for input text field filtering (3,277)This is simple JQuery plugin for filtering text input field by using 
regexp  Only allowed characters will be inserted into input field  
others will be silently dropped Usage example
   only lowercase alphabets are allowed
$ ' text input'  filter input {regex '[a z]'}   
   only numbers ar
- 
 upload multi file with jQuery  amp  php (4,668)http   www phpgang com how to upload multiple images jquery ajax using php 453 html
- 
 ตรวจสอบ username  ในฐานข้อมูล Username live check using Ajax PHP MySQL (8,295)Live username checking  whether username exist or not  has become really useful part of registration system  I guess  standard registration is a huge turn off for everyone  because users not only have to reload the entire page again and again  but fields like password etc also need to be re entered
- 
 Slider jQuery plugin (5,006)The s3Slider jQuery plugin is made by example of jd`s smooth slide show script  I needed something like that for jQuery  for my web site kruskica net   Since i didnt find it after a small research i decided to build it by my self 
[url http   www serie3 info s3slider demonstration]Demonstration[
- 
 การค้นหาด้วย jQuery กับ php | Simple search with PHP  jQuery and MySQL (12,600)You can see the demo for this tutorial here 
The best way to keep your web site visitors  is to help them find what they are looking for  If you manage to do it in a simple and beautiful way  their feeling of loyalty will increase and they will come back and search for more great articles 
I w
- 
 รวม 10 AJAX JQUERY AUTOCOMPLETE TUTORIALS PLUGINS (12,145)Today we are sharing you our compilation of best Ajax and jQuery autocomplete and autosuggest tutorials and plugins with examples  People these days want an instant search and for this  search engines like Google are doing just this  Enjoy 
Related Posts 
10 jQuery Search Scripts
jQuery AutoF