All Questions
4 questions
5
votes
1
answer
79
views
My simple jQuery website returns JSON data from two different servers
I'm looking advice from more experienced people about how I can improve my code. I also want to make my code object-oriented (create classes in separate .js files) but I don't how best to do it.
How ...
3
votes
1
answer
88
views
JavaScript ajax formquestion editor
This is the JavaScript file that i use for my editor that allows people to edit questions from a form.
I'm wondering if this sort of approach to use JavaScript objects is good or that I kind of miss ...
2
votes
2
answers
133
views
Ajax Class Efficiency
So I wrote this class to handle my ajax calls simply:
ajaxCon.php:
...
3
votes
3
answers
2k
views
Validating a form and alerting the server if passed
This is my first script in object-oriented JavaScript (jQuery 1.5.2). Its purpose is to simply validate a form (nothing fancy at the moment just checks if any value is present on required fields) and ...