AJAX, Jquery, JS templates examples ( lib/Sajax.php, js/jquery.js, js/template.js )
AJAX
Jquery plugins
JS templates
AJAX
Description
Sajax library is used. You can learn it here http://www.modernmethod.com/sajax
Example
+0
HTML code PHP code
Sajax library is used. You can learn it here http://www.modernmethod.com/sajax
Example
+0
HTML code PHP code
Jquery plugins
Description
Jquery is extension to standart JavaScript functionality that makes life much easier. Also there are huge amount of very powerfull plugins for jquery. You can learn it here http://www.jquery.com
Example 1 - tablesorter plugin
Example 2 - color animations plugin
Jquery is extension to standart JavaScript functionality that makes life much easier. Also there are huge amount of very powerfull plugins for jquery. You can learn it here http://www.jquery.com
Example 1 - tablesorter plugin
| Filed1 | Filed2 | Filed3 | Filed4 | Filed5 | Filed6 | Filed7 |
|---|---|---|---|---|---|---|
| Student01 | Languages | male | 80 | 70 | 75 | 80 |
| Student02 | Mathematics | male | 90 | 88 | 100 | 90 |
| Student03 | Languages | female | 85 | 95 | 80 | 85 |
| Student04 | Languages | male | 60 | 55 | 100 | 100 |
| Student05 | Languages | female | 68 | 80 | 95 | 80 |
| Student06 | Mathematics | male | 100 | 99 | 100 | 90 |
| Student07 | Mathematics | male | 85 | 68 | 90 | 90 |
| Student08 | Languages | male | 100 | 90 | 90 | 85 |
| Student09 | Mathematics | male | 80 | 50 | 65 | 75 |
| Student10 | Languages | male | 85 | 100 | 100 | 90 |
| Student11 | Languages | male | 86 | 85 | 100 | 100 |
| Student12 | Mathematics | female | 100 | 75 | 70 | 85 |
| Student13 | Languages | female | 100 | 80 | 100 | 90 |
| Student14 | Languages | female | 50 | 45 | 55 | 90 |
| Student15 | Languages | male | 95 | 35 | 100 | 90 |
| Student16 | Languages | female | 100 | 50 | 30 | 70 |
Example 2 - color animations plugin
JS templates
Description
JS templates ( js/templates.js ) is good to use when you receive data as array or object throw ajax and need to show it in browser as table rows, images in gallery or any other list.
Example
HTML code PHP code
JS templates ( js/templates.js ) is good to use when you receive data as array or object throw ajax and need to show it in browser as table rows, images in gallery or any other list.
Example
| Name | Phone |
HTML code PHP code