3
Quote:
Now test it! Should I do more tutorials regarding jquery?
Of course!

More important for me to know is how to access a certain function in a php file instead of creating a php file for every ajax.
Another matter seems to be interesting (maybe): What to do against some code overhead?
Case: Assume that there is an module that uses jquery in blocks and in other php files.
How to prevent that block and other php file load simultaneously jquery.js?
Possible:
a) add a define for each file/function where jquery is used and IF defined do not load jquery.js again
b) add jquery.js to your theme
But:
-> a) gets complicated if there are various modules using jquery
-> b) why load jquery while it is not used everywhere