Questions tagged [jquery]
Use this tag if the question deals with problems with, or alterations to, jQuery in conjunction with Stack Exchange. Do not use the tag merely because your tool employs jQuery.
14 questions
6 votes
3 answers
139 views
Tab4SE - the TAB key in your post
Tab4SE Screenshot / Code Snippet About Uses SmartTabbing™ technology to enable Tabing (Indent) and Shift+Tabing (Unindent). Can be enabled via the toggle switch in the toolbar (preference is ...
6 votes
0 answers
198 views
View close votes, reopen votes, and delete votes with insufficient repuation
Screenshot / Code Snippet About This script shows the number of current close votes, reopen votes and delete votes for a question. Works on all Stack Exchange sites. License GNU Lesser General Public ...
1 vote
0 answers
246 views
Bypass character limits in comments
Screenshot About Complaints on meta were raised about the threshold of 15 chars for comments, and even though many people agree that it shouldn't be there, this request was status-declined. Using ...
4 votes
0 answers
107 views
regex editing tool
Screenshot / Code Snippet About This is a javascript replace tool that makes editing posts easier and faster. View readme for more info Download from github Contact for any issues regarding this ...
2 votes
0 answers
164 views
Quick Quran verse links
Screenshot About At Islam Stack Exchange we often refer to Quran verses in answers. This script makes it easier to add those references by adding an input field directly before the question/answer ...
1 vote
1 answer
2k 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. ...
5 votes
1 answer
324 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 suggestions, ...
5 votes
0 answers
354 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 flair that ...
7 votes
0 answers
643 views
OBSOLETE - 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 the popularity of programming languages, ...
18 votes
3 answers
2k views
OBSOLETE - Stack Insight - Track a User's Activity Over all Stack Sites
OBSOLETE - Site is dead. And domain has been un-hosted and/or parked since 2013. Screenshots About Web application to show how all a user has been involve in the different stack sites over time. ...
2 votes
1 answer
5k 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 ...
263 votes
12 answers
23k views
Obsolete - StackTack, a JavaScript widget you can stick anywhere
Screenshot / Code Snippet <head> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script ...
1 vote
0 answers
211 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
1 answer
211 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 ,...