|
You are here |
3.70.187.24 | ||
| | | | |
blog.mgechev.com
|
|
| | | | | Before years I was writing all the code by my own, without additional libraries (including jQuery). For beginner developer it's a good strategy. When you use $.ajax it's all that easy: $.ajax({ url: "any/url/for/the/request", type: "get", success: function(data){ alert(data); } }); But you can't get the main idea. Many developers don't have an idea how to write this without a library. In their opinion AJAX without library a hard, near impossible task. | |
| | | | |
sphinxsearch.com
|
|
| | | | | If you would like to see how to set up autocomplete and correction suggestion with Sphinx, PHP, MySQL, and jQuery, take a look at this. | |
| | | | |
nagekar.com
|
|
| | | | | [AI summary] A tutorial on creating an asynchronous user registration form using jQuery and PHP to check for duplicate usernames or emails without page reloads. | |
| | | | |
www.thezdi.com
|
|
| | | |||