jQuery is a library for rapidly implementing common JavaScript operations (manipulating HTML DOM objects, modern user controls and feedback mechanisms, etc). The tag on Meta is for referring to posts that use jQuery on the Stack Exchange sites.
-14
votes
1answer
113 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
87 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 ...
15
votes
2answers
484 views
When is SO going to upgrade their jQuery version?
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 ...
-8
votes
2answers
57 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
105 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
26 views
What is the control that is being used in the “Tags” section of Stack Overflow? [closed]
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 ...
3
votes
0answers
84 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
74 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
476 views
Does JavaScript and jQuery mean the same thing? [closed]
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
225 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
80 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
52 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
115 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."
1
vote
1answer
54 views
StackOverflow no longer works properly in Chrome
As of a few days ago (perhaps around August 14), StackOverflow has not been working properly on Chromium 5.0.386.0 (45407) Ubuntu. Specifically, jQuery isn't being included. Symptoms include:
...
0
votes
1answer
78 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
3answers
202 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
84 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 ...
1
vote
0answers
97 views
Is the counter fake? [closed]
Possible Duplicate:
Is the number of developers counter being disingenuous?
http://inedomedia.com/stackoverflow.aspx
Its just a jquery function that keeps incrementing the counter at random ...
0
votes
1answer
102 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
102 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
1k 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!)
...
0
votes
2answers
156 views
What JQuery lib is used for the reputation graph?
Listening to an old SO podcast, Jeff mentioned that the reputation graph is using a JQuery plugin to do to the charting. I was wondering which JQuery plugin this is?