AJAX, Jquery, JS templates examples ( lib/Sajax.php, js/jquery.js, js/template.js )
AJAX
Jquery plugins
JS templates
Animation
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
templates in 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.
this is not popular solution, but works great and saves time.
Example
HTML code PHP code
templates in 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.
this is not popular solution, but works great and saves time.
Example
| Name | Phone |
HTML code PHP code
Animation
Description
Animation ( js/xna.js ) is just a test. I tried to divide process to 2 threads 1 - drawing 2 - updating values like in XNA and other game engines.
Example
[W] [A] [S] [D] - movement [Space] - fire
Or open in new window
Example 2
Click on it
Or open in new window
Example 3
Move your mouse
Or open in new window
Animation ( js/xna.js ) is just a test. I tried to divide process to 2 threads 1 - drawing 2 - updating values like in XNA and other game engines.
Example
[W] [A] [S] [D] - movement [Space] - fire
Or open in new window
Example 2
Click on it
Or open in new window
Example 3
Move your mouse
Or open in new window
Copyright © 2010 Apycom jQuery Menus