The jquery tag has no wiki summary.
1
vote
1answer
47 views
json with list of all user's on stackoverflow
I am trying to get the list of all user's in json format (as provided by the api) (using jquery jsonp)
What i found is
pagesize – The number of collection results to display during
pagination. ...
201
votes
11answers
18k views
StackTack, a JavaScript widget you can stick anywhere
Screenshot / Code Snippet
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script ...
2
votes
1answer
2k views
jQuery Ajax calls return null
When I enter the API URLs into my browser they work, but when I try from jQuery they just return null. When I open the HTML below, all I get is an alert that says null, despite the fact that Firebug ...
0
votes
1answer
77 views
Suggestion Status - a userscript to view the status of your suggested edits
Suggestion Status is a small userscript which displays the status of your suggestions using color codes; , and yet to be reviewed. This allows you to immediately see the status of your ...
0
votes
0answers
51 views
WordPress Plugin to Display SE Activity?
Is there a WordPress plugin that will display a users activity from any of the StackExchange sites (i.e. display their answers and questions, etc.)?
If there isn't a WordPress plugin for this, is ...
17
votes
3answers
1k views
Stack Insight - Track a User's Activity Over all Stack Sites.
Screenshots
... but why not see the live site at http://stackinsight.com
About
Web application to show how all a user has been involve in the different stack sites over time.
Just enter your ...
4
votes
0answers
298 views
Small jQuery plugin for flair
See it in action at http://iamaust.in
About
I know I know another flair plugin. I made this because I always wanted to write a jQuery plugin and for my new website I needed a Stack Overflow ...
7
votes
0answers
537 views
Stacktistics: Show recent popular languages, mobile platforms and web techs based on question counts
Screenshot / Code Snippet
About
You may wonder what kind of languages, mobile platforms, or web technologies are most popular these days.
stacktistics shows popularity of programming ...
6
votes
0answers
278 views
Stack Addict: Always-on StackExchange question viewer (Chrome Extension)
Stack Addict is a question-list widget accessible at any time, from any page you're on. Pressing a simple keyboard-shortcut brings up the question viewer, from which you can search, sort, and ...
1
vote
0answers
146 views
Any CSS ninjas want to help me style my sample app?
I really am horrible at CSS. I am making a SO clone example application that will eventually consume as much of the StackOverflow.Net API as possible. Although it is a clone, I am not expecting it to ...
1
vote
1answer
107 views
I can't get a response for /questions/{id} in Chrome Extension
I'm writing a Chrome Extension that queries the API. Using jQuery, I have the following code called from my background page:
$.ajax({
url: 'http://api.stackoverflow.com/0.8/questions/' + id
...