Questions tagged [jquery]
GENERAL QUESTIONS ABOUT JQUERY ARE OFF-TOPIC. This tag is for questions relating specifically to the use of jQuery, the JavaScript library, in Stack Exchange posts.
                35 questions
            
            
            
                7
            
            votes
        
        
            
                0
            
            answers
        
        
            
                169
            
            views
        
        
            
        Have an option to permanently switch to the jQuery fallback across all SE sites
                    Every SE site loads script from https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js. Unfortunately, the majority of Google's domains, including ajax.googleapis.com, are blocked by GFW.
...
                
            
       
        
            
                7
            
            votes
        
        
            
                2
            
            answers
        
        
            
                314
            
            views
        
        
            
            
            
        Data Explorer Query crashes with collation conflict error
                    I have a website built off my Q & A posted in Stack Exchange sites such as; Ask Ubuntu, Stack Overflow, SE Security, etc.
Data Explorer is used to scrape ALL Stack Exchange Q & A I've posted ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                105
            
            views
        
        
            
        What am I supposed to do when I get what is probably the "requires external JavaScript" error for the chat domains and SEDE?
                    I'm suddenly getting this error in my main sites (like SO and MSE)
Meta Stack Exchange requires external JavaScript from another domain, which is blocked or failed to load. Retry using another source....
                
            
       
        
            
                5
            
            votes
        
        
            
                0
            
            answers
        
        
            
                118
            
            views
        
        
            
            
        Can't insert links or images: "Permission denied to access property "apply"" [closed]
                    For a few days now, I've been unable to insert images or links using the formatting toolbar above the post input textbox. When I press one of these two buttons,  I get:
Error: Permission denied to ...
                
            
       
        
            
                9
            
            votes
        
        
            
                1
            
            answer
        
        
            
                130
            
            views
        
        
            
            
            
        What jQuery versions are used by SE sites?
                    This is probably an XY problem, but I am focusing on my solution.
It's known that China has blocked off all of Google, including ajax.googleapis.com where SE loads jQuery library. For some reasons, I ...
                
            
       
        
            
                2
            
            votes
        
        
            
                1
            
            answer
        
        
            
                71
            
            views
        
        
            
            
            
        Why is data.SX going out of resources for my no-Joins query? [duplicate]
                    I'm trying to run the following query on data.SX.com:
select
    OwnerUserId as [User Link],
    sum(case when up > 0 and down = 0 then 1 else 0 end) as socratism
from (
  select
    OwnerUserId,
 ...
                
            
       
        
            
                200
            
            votes
        
        
            
                17
            
            answers
        
        
            
                9k
            
            views
        
        
            
            
            
        We have updated jQuery to 1.12.4 - please report related bugs here
                    We have updated the jQuery version that Stack Overflow and Stack Exchange use from version 1.7.1 to 1.12.4 today (Tuesday, September 27, 2016). jQuery is an infrastructure library, and we've been ...
                
            
       
        
            
                9
            
            votes
        
        
            
                0
            
            answers
        
        
            
                259
            
            views
        
        
            
            
        Why does Stack Exchange use such an old version of jQuery? (1.7.1) [duplicate]
                    When I Use the Retire.js Chrome plugin I get a warning that the jQuery 1.7.1 (from November 2011) included on Stack Exchange is vulnerable to 'Selector interpreted as HTML' (jQuery bug 11290)
Besides ...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                102
            
            views
        
        
            
            
        background animation colors for answers and comments
                    It seems that on most every site on the network it is the same animation background color when going to an answer or comment link. It seems that only the three trilogy sites have different animation ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                749
            
            views
        
        
            
            
        Setting a profile in stackoverflow [duplicate]
                    Is there anyway that I can set up my profile in stackoverflow so when ever someone asks a question about jQuery, I will receive the question in my email so I can answer it?. Its easy rather than ...
                
            
       
        
            
                3
            
            votes
        
        
            
                1
            
            answer
        
        
            
                306
            
            views
        
        
            
            
            
        Filter out results and answers that involve jQuery [duplicate]
                    Is there any easy way in Stack Overflow to filter out all solutions that involve jQuery. Due to licensing restrictions I only want to view solutions that use pure JavaScript.
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                54
            
            views
        
        
            
            
        Fall back to local jQuery in case Google CDN fails to serve it [duplicate]
                    I was clicking around Meta Stack Overflow earlier and suddenly ran into a page with a big red error message at the top, "Meta Stack Overflow requires external JavaScript from another domain, ...
                
            
       
        
            
                7
            
            votes
        
        
            
                1
            
            answer
        
        
            
                64
            
            views
        
        
            
            
            
        Wandering drop down when adding filter in review queues
                    I just noticed this when I was trying to add a filter to the review queue:
Steps to reproduce:
Open any review queue
Click 'filter' and select the 'Tag' textbox
Type in a tag and quickly hit enter (it ...
                
            
       
        
            
                2
            
            votes
        
        
            
                1
            
            answer
        
        
            
                913
            
            views
        
        
            
            
        How does the StackOverflow About page animate itself?
                    How to make a web page like the StackOverflow About page? I basically want to know what web technology is used to animate the elements as the user scrolls down to that particular place in the page? 
...
                
            
       
        
            
                6
            
            votes
        
        
            
                2
            
            answers
        
        
            
                157
            
            views
        
        
            
            
        Is it bad form to answer a jquery question with a plugin? [closed]
                    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?
...