is for the reference of jQuery, the JavaScript library, in Stack Exchange posts.

learn more… | top users | synonyms

5
votes
2answers
76 views

Is it bad form to answer a jquery question with a plugin?

When a question is asked relating to to jQuery to begin with, is recommending an existing plugin that does exactly what the OP is trying to do appropriate? Why re-invent the wheel for basic stuff? ...
1
vote
1answer
53 views

Which graph library is used by stackoverflow?

Viewing reputation changes on Stack Overflow produces a nice graph which can be 'zoomed in' on to view more detailed reputation changes. Example. Is this using a library or custom written ? If using a ...
0
votes
1answer
94 views

Guidance on recently added jquery tag, jquery-jtable

Question: I recently added a new jquery-jtable tag and started re-tagging related questions accordingly. Is this right? Should I proceed? Background: I often search for stray questions tagged JTable. ...
4
votes
0answers
103 views

Why doesn't Stackoverflow use a jquery fallback [duplicate]

Possible Duplicate: Add a fallback for jQuery in case it fails to load from Google's CDN In the case of Google's CDN for jquery going down (which happens every so often) SO becomes ...
-16
votes
1answer
174 views

Update site to jQuery1.7.2

Currently SE uses jQuery v1.7.1, but 1.7.2 is out with a few more bug fixes. 1.7.2 is out on the Google CDN now.
12
votes
1answer
100 views

jQuery on blogoverflow should be served from CDN

On most Stack Exchange sites, jQuery is served from the Google CDN: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"> </script> On ...
17
votes
2answers
548 views

When is SO going to upgrade their jQuery version? [closed]

When is jQuery going to get updated to the latest version? The event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future. messages ...
-9
votes
2answers
85 views

Create StackExchange site to specifc jQuery-Use questions?

I could notice an incredibly high amount of jQuery questions regarding very specific uses of Jquery, like: I got this html and I want to do Foo, how? or This is my code, why it does not work?. Makes ...
3
votes
1answer
123 views

What does Stack Overflow use for the inbox and user popup?

When you click on Stack Exchange or the down arrow next to your name, a popup comes up. Is this a jQuery plugin that does this? One of the tooltip plugins? I assume it's not a dialog plugin, ...
0
votes
1answer
43 views

What is the control that is being used in the “Tags” section of Stack Overflow? [duplicate]

Possible Duplicate: Can I use the tag textbox script? What is the control that is being used in the Stack Overflow site for the Tags sections when you are asking a question. I need a ...
4
votes
0answers
101 views

What does Stack Overflow use to keep track of edits?

I am wondering how Stack Overflow keeps track of edits. Does anyone know how it is done? I am talking about the characters added, etc. I think Stack Overflow uses this Javascript diff algorithm: ...
0
votes
1answer
79 views

Reasoning behind selecting jQuery versus other JS libraries [closed]

I am interested in finding how the Stack Overflow team came to decide on jQuery as its JavaScript library/toolkit. I am currently working with a development "framework" which supports Dojo natively, ...
4
votes
8answers
1k views

Does JavaScript and jQuery mean the same thing? [duplicate]

Possible Duplicate: Is it okay to post answers using libraries/frameworks/extensions not already mentioned? When is “use jQuery” not a valid answer to a JavaScript ...
6
votes
1answer
235 views

StackOverflow disables jQuery if you post a code snippet with a jQuery reference

I posted this snippet of code as an answer to a question on StackOverflow: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript" ...
0
votes
1answer
93 views

how insert tag div in stack overflow [closed]

i am beginner how to insert div id="" runat="server" or 'script' '/script' in stasck overflow
0
votes
0answers
56 views

wmd-new has serious lag after typing in my implementation [closed]

I'm implementing the wmd editor on my site, and no matter what I try I get serious lag as you type into the textarea. I'm using the version forked from wmd-new. Looking at the timeline tab of the ...
0
votes
1answer
126 views

Why am I not able to upvote, downvote, format, comment, etc. on Stack Overflow?

I am not able to upvote, downvote, format code or even insert comments on SO. There is a JavaScript or jQuery error, I think. Firefox's error console of says "$ is not defined."
0
votes
1answer
87 views

what jquery plugins does stackoverflow use when you highlight over tags in a question

it now seems to allow you to add to interested or add to ignore when you highlight over that tag. Does anyone know what plugin is used to do that ?
3
votes
4answers
252 views

Complaint about jQuery question tagging

I'm complaining about the growth of jQuery tagged questions at Stack Overflow. There are so many people who ask, 'How to implement a specific plugin?' or 'How to use that plugin?' which makes me kind ...
4
votes
1answer
88 views

StackOverflow, what is done to page elements to fade out “ignored” tags?

I have set up a fair amount of ignored tags on SO, and after installing gleebox for Chrome, and finding the SO selector for it, I thought about trying to modify it to only highlight questions with ...
0
votes
1answer
108 views

Are SO and InPrivate Filtering supposed to work well together?

IE8 has an adblocker built in. It is called InPrivate Filtering (not to be confused with InPrivate browsing a.k.a. porn mode). I have InPrivate Filtering on by default, and it did not interfere with ...
0
votes
2answers
104 views

Why doesn't the “add comment” or vote, or favourite buttons work for me on [meta.]stackoverflow.com?

I've just installed Ubuntu 9.04 x64, using Firefox 3.0.12, with all default settings (yes Javascript is enabled), and I can't use many features of stackoverflow.com: Clicking "add comment" does ...
0
votes
1answer
2k views

How does SO implement the notification bar? [closed]

I'd like to add a SO-like notification bar to a web page...I'm sure its simple but it's probably been implemented 100 times over by someone. I'm looking for a jQuery plugin. Any links? (or even code!) ...