code jquery lấy nội dung của tất cả các checkbox đã được chọn và hợp lại thành 1 chuỗi
find("input:checked").map(function(){
return $(this).val();
}).get().join(",")
Thứ Năm, 7 tháng 1, 2010
Thứ Hai, 4 tháng 1, 2010
Chủ Nhật, 3 tháng 1, 2010
16 Useful .htaccess Tricks and Hacks For Web Developers
The .htaccess files (Hypertext Access file) is a very powerful configuration tool on Apache web server. The Apache web server has a number of configuration options that are available to the server administrator. The .htaccess is a simple ASCII text file placed in your website root directory. You can create and edit an .htaccess file using a text editor like notepad.