Tagged Questions
3
votes
1answer
279 views
Filtering and Sorting jQuery Ajax response
What I'm trying to accomplish here is to pull a table of open employment positions with AJAX, filter out the garbage code that comes with it, put each <tr> from the response into its correct ...
7
votes
3answers
301 views
If I write spaghetti code, I'm gonna have a bad time. Help with this ajax/jquery logic please :)
This is a pretty simple script.
In short it's meant to look for an id in the data attribute in each containment div, then send an ajax call to get the amount of retweets, calculate the karma based ...
4
votes
1answer
2k views
How to exactly work with the JSON Object and jQuery, adding info to posts
I have been working with AJAX and JSON for quite some years now, but to be honest I still do not know exactly what all the functionality are, and how to create optimized code for jQuery.
So my first ...