jQuery for JavaScript
A good Framework for JavaScript
You can find more information at the jQuery document page
Here is the jQuery in Action book and the examples
1001-----------------------------------------Welcome to my blog-------------------------------------------1001
A good Framework for JavaScript
You can find more information at the jQuery document page
Here is the jQuery in Action book and the examples
Labels: JavaScript jQuery
|
|
For Vietnamese only: |
| Với temp của blogspot đôi lúc nó thiết lập font mặc định để hiển thị là "Trebuchet MS", font này không hiển thị tiếng việt tốt với IE, để hiển thị tốt trên IE và FF bạn nên chuyển tất cả các chuỗi mặc định của nó có dạng " 'Trebuchet MS',Verdana,Arial,Sans-serif " thành " 'Arial',Trebuchet MS,Verdana,Sans-serif " và " Trebuchet MS Verdana Arial Sans-serif " thành " Arial Trebuchet MS Verdana Sans-serif " | |
|
|
IP for IE: |
| When you change in "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings", change the value "ProXyEnable" to "1" and the value "ProxyServer" to the proxy's IP, followed by the port number, i.e. "127.0.0.1:1080" You restart IE, it should use the new setting. Full string of ProxyServer f.e: ftp=127.0.0.1:1080; gopher=127.0.0.1:1080; http=127.0.0.1:1080; https=127.0.0.1:1080; socks=127.0.0.1:1080 |