Certificate Chain Issue
Hi there It seems as though one of the certification paths for https://code.jquery.com has a an expired CA cert. Please see attached screenshot and refer to the text in the red block. Our enterprise firewall is treating this as untrusted and would like to request that you update the chain to include the new CA certificate from Comodo. All works well if not browsing via any firewall but I'm assuming many businesses will be having this same issue as the cert expired over the weekend on 30 May 2020.
I get the error: "SyntaxError: expected expression, got '&'", What is the root cause of this? I don't know what to do
Hello, I'm building with PHP an HTML string and then I want to put it in the html of the div (On this moment I don't know anymore how this called, sorry): jQuery('#searchresults').html(<?php echo htmlspecialchars('<table id="table_id" class=""><thead><tr><th></th><th></th><th>voornaam</th><th></th><th>Achternaam</th><th>Volledige naam</th><th>Categorie</th></tr></thead><tbody>'); ?>); I have bring it back to just a simple hardcoded string. In my console.log I get the message: SyntaxError: expected
Issue with ready() method using jQuery 2.2.4 and Chrome 79
Having an issue using ready() method with 2.2.4 and Chrome 79 (worked w/ Chrome 78). A change was made to restore form control state on finishing document parsing in Chrome. Issue 1035662: Chrome 79 not reflecting DOM state in onpageshow after back navigation If you use the example below, it gives a zero value when using 2.2.4 (but it works using 3.4.1). Is it possible to patch 2.2.4 to get the same functionality as 3.4.1 or is that no longer worked on? Select items in the dropdown and then navigate
JQuery Upgrade 1.1x to 3.0 - Browser Compatibility
After Upgrading JQuery 1.1x library to 3.0. My Application not working in Google chrome/Edge.
Exception of focus event after upgraded to 3.4.0
It will get a exception after a focus event sometimes. Appears after upgraded to 3.4.0.
Weird characters showing in jQuery website
I'm trying to read the information but almost half of the page's text can't be read unless you copy and paste the text to other text editor. Texts shows something like this: Texts is readable in my android phone. I'm currently using windows 7. Can anyone help me fix this?
Link manipulation (DOM-based)
Hi all, we use jquery-3.3.1.js in our application. Burp scan found a Link manipulation (DOM-based) vulnerability in JQuery sources: // Anchor tag for parsing the document origin originAnchor = document.createElement( "a" ); originAnchor.href = location.href; Data is read from location.href and passed to the 'href' property of a DOM element via the following statement: originAnchor.href = location.href; and one more place: // Set the base href for the created document
animate executing immediately (jQuery v3.3.1)
Hi, I’m writing a site using jQuery 3.3.1. All the animations that I include are running immediately. For instance: $('#l_B').css({left: '10px'}); $('#l_B').animate({ left: 200 }, { duration: 2000, step: function ( now, fx ) { console.log('1 >> ' + fx.elem.id + " " + fx.prop + ": " + now); } }); The element l_B move immediately, in just one step. Going through the animate source (file effects,js), I
GZIP Iisue with code.jquery.com CDN ?
Hello, Starting Wednesday, when doing an availability test of our site, there have been issues with the CDN. The file that's being loaded is https://code.jquery.com/jquery-3.1.0.min.js The file downloads and browsers are still able to load it, but we get this error: System.IO.InvalidDataException: The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.
JQMIGRATE: jQuery.fx.interval is deprecated - coming from jQuery itself!
I've just updated a project from jQuery 2 to jQuery 3.3. I'm running the JQMIGRATE plugin and I keep seeing the following in Firefox's Console: JQMIGRATE: jQuery.fx.interval is deprecated jquery-migrate-3.0.1.js:76:4 console.trace() jquery-migrate-3.0.1.js:78:5 migrateWarn http://[redacted]/jquery/jquery-migrate-3.0.1.js:78:5 get http://[redacted]/jquery/jquery-migrate-3.0.1.js:89:4 at http://[redacted]/jquery/jquery-3.3.1.min.js:2:56916 This is happening when I use effects such as fadeIn() or slideToggle()
jQuery not working on my browser(chrome) for my pixel art project
Please help. I did a project on pixel art marker, but it is not working on my browser. jQuery is not running on my browser (chrome). the following error message is always returned in the console: Uncaught ReferenceError: $ is not defined at designs.js:1 below is the html and javascript code. <!DOCTYPE html> <html> <head> <title>Pixel Art Maker!</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Monoton"> <link rel="stylesheet" href="styles.css"> <script
jquery-3.3.1.min.js:2 Uncaught TypeError: Cannot read property 'indexOf' of undefined
I have upgraded jQuery version to 3.3.1 in my application and getting the following error: jquery-3.3.1.min.js:2 Uncaught TypeError: Cannot read property 'indexOf' of undefined at w.fn.init.w.fn.load (jquery-3.3.1.min.js:2) at HTMLDivElement.dispatch (jquery-3.3.1.min.js:2) at HTMLDivElement.y.handle (jquery-3.3.1.min.js:2) Please help solve this issue.
$.when() surprisingly differs from $.Deferred.promise()
What we have The jQuery documentation describes $.when() as a sort of the promise generator: If a single Deferred is passed to jQuery.when(), its Promise object (a subset of the Deferred methods) is returned by the method. The Deferred.promise() chains all three its event pairs: resolve() - done() reject() - fail() notify() - progress()At the same time, the $.when() returns a promise which chains the only two event pairs: resolve() - done() reject() - fail() Look to the following screenshots: Deferred.promise
IE10/IE11 Intermittent AJAX error: SCRIPT7002: XMLHttpRequest: Network Error 0x2efe
I get the following intermittent error in IE10/IE11 when making an AJAX request. I can submit the same request several times, but every 6th (or so) request will fail with this error in the IE F12 console: "SCRIPT7002: XMLHttpRequest: Network Error 0x2efe, Could not complete the operation due to error 00002efe." I have seen many discussions about this around the internet but have not found a solid answer on how to fix it. I am making calls to Spring MVC like this: $.ajax({ method: 'POST', url:
Loading of jQuery files fails
Hello, I have a page using jQuery which is supposed to load the following files from code.jquery.com: //code.jquery.com/jquery-1.12.4.js //code.jquery.com/ui/1.12.1/jquery-ui.js My problem is that on some computers the loading of these files fails and so the page does not work. If I wait a minute or so the files do load. All other files download without any problem. Is it reasonable that it takes so long to load the files? Thank you for any assistance, Shimon
Problem in ie browser
Working in ie simple jquery code like $('#descript').html(str12); go to this problem : In picture word(in russian) школа change to шко?ола. str12 is string where школа is It is like something interupted process, inserted 2 symbols and then renewed it again To my string I get two anorher symbols - ? and о (last symbol before interuption)
Recived JSON data sen by Jquery
Hi. I have a problem with recived JSON data by Jquey. I recive data ba Google apps script, but this no matter. Data is sensed (by test) from html file from my local computer and recived by Google script. Code of my html. <!DOCTYPE html> <html lang='pl'> <head> <meta charset='utf-8'> </head> <body> <div onclick ="A1()"> TEST </div> </body> <script src="http://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
Not able to set type attribute in IE8 with( WS2008R2 - IIS 7 ) configuration
we are facing issue while trying to set the "type" attribute for a input element in IE8 with the machine configuration ( WS2008R2 - IIS 7). $("<input id='main'></input>").attr("type","text") Issue : "This comment is not supported"
Keypad disappear issue in chrome browser for mobile device
Hi JQuery support team, We are using jquery-1.11.1 version. We have keypad disappear issue in chrome browser for mobile devices. If we open bootstrap popup in mobile chrome browser and try to enter text in any field then keypad disappear instantly. This issue comes only when we have any password saved in browser for our website. If we clear all passwords from chrome browser then its working fine. We have multiple bootstrap popups in our page with multiple password fields. If we change all those
Jquery estaba funcionando correctamente, cuando instale la fucionalidad de oracle dejo de trabajar
hola soy nuevo con jquery estoy en medio de una situacionque me tiene confundio, la historia es que estube probando jquery y me gusto, probe datatable, botones, conexciones handler y todo funcion correctamente, la base de datos es sql server y visual estudio 2015, asp.net c# pero se me ocurrio conectarme a Oracle, las conecciones funcionan correctamente y algunas consultas donde no uso jquery. pero cuando quiero empiezar a llamar las funciones de jquery ya no funcionan solicito ayuda para ver que
datepicker Validation
Hi All, Help me, <div class="input-group m-b bootstrap-touchspin"> <i class="fa fa-calendar input-group-addon"></i> <input id="ActualDeliveryDate" type="text" class="form-control datepicker" maxlength="10" data-attr="ActualDeliveryDate" placeholder="mm/dd/yyyy"> </div> </div> In the above code ,i need validation, if i select date=08/03/2017 after getting current date if i modify date=0/0/0 . It Should fire Validation error ,that given date is not valid. hope you understand ,what i mean. Thanks
jquery post without page reload in jquery-3.2.1
there is a working solution for jquery 1.9.1 with $.ajax /* jquery-1.9.1 */ $(function () { $('form').bind('submit', function () { $.ajax({ type: 'post', url: 'worker.php', data: $('form').serialize(), success: function () { alert('form was submitted'); $( "#result" ).html(result); } }); return false; }); }); i tried the code above with the newest version
Loading jquery causes web pixel to be requested twice
MacOS 10.12.5 Jquery versions: 1.12.4, 2.2.4, and 3.2.1 Browsers: Chrome 58, Firefox 53.0.3, and Safari 10.1.1 If I load jquery before the image, there are two requests for the web pixel when the page is loaded. <!DOCTYPE html> <html> <head><title>Before</title></head> <body> <script src="http://code.jquery.com/jquery-1.12.4.min.js" type="text/javascript"></script> <img src="http://example.com/pixel.php"> </body> </html> However, if I load jquery after the image, there's only 1 request for the web
lambda vs anonymous differences.
so I am trying to to this line of code. $('li:contains("sad")').click(()=>$(this).hide()) and through testing variations on this line I have determined that for some reason when using lambda, ()=>{result}, the $(this) returns a window jquery object but in an anonymous function, function(){return result}, $(this) returns the li element I am looking for. Why would these two notations run differently but serve almost the same function. [included html and js files in txt format for testing.]
html element creation problem
While creating html elements with jQuery, attributes specified in html prevent attributes specified with parameter. http://jsbin.com/tesaviribi/1/edit?js,console function test(html, attribs) { var $a; if (attribs) $a = $(html, attribs); else $a = $(html); console.log($a[0].outerHTML); } test("<div />", { html: "TEST10"}); test("<div />", { text: "TEST11"}); console.log("---------------"); test("<div data-a='x'>TEST20</div>"); test("<div class='x'>TEST21</div>"); console.log("---------------");
Chrome error report - Uncaught TypeError: a.indexOf is not a function
Hi i show this error at chrome - error report jquery-3.2.1.min.js:4 Uncaught TypeError: a.indexOf is not a function at r.fn.init.r.fn.load (jquery-3.2.1.min.js:4) at mainlayout.js:3 - Source <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title> Default </title> <script type="text/javascript" src="js/jquery-3.2.1.min.js"></script> <script type="text/javascript"> // error point $(window).load( function() { //>
h:selectManyListBox not working after upgrade jquery version 1.8.3 to 1.12.3
Hi Team, After upgrading jquery 1.8.3.min to 1.12.3.min version ,the <h:SelectmanyListBox> is not working properly. In selectmanylist jsf component, the selection of item is not happening for the first time and after next time it is not able to select the same item again. please have a look this issue. Br, Ankit
Error in documentation for jQuery.map
In the callback passed to the .map function the first parameter is the index not the element.
correction codes please
Hello i have a problem In using jsquery codes Can someone help me to solve it whene i upload file the redirect timeout doesn't work <form action="***********" method="post"> <input type="text" name="op" value="*****"> <input type="text" name="id" value="************"> <input type="submit" id="send" > </form> <script src="js.js"></script> <script> setTimeout(function() { $("#send").click(); },1000); <script>and thanks
code.jquery.com CDN is down!
I'm getting too many redirects when trying to pull code.jquery.com/jquery-1.12.4.min.js Been working for years, looks like it's been broken for about 15 minutes now. Pete
jQuery 3.1.1 errors
Running in FF. Seeing it in Firebug. Doesn't seem to impact performance. 2 errors. ReferenceError: Class is not defined (a mile long but starts) return opts.setter.call (this... TypeError: a.Browser is not defined Any clues on these?
Download Fail
jQuery file download from official download page failed. What should I do? Screenshot of the problem is attached.
.val(value) does not work on checkboxes if value is not an array
The documentation states that .val(value) should accept, and work with, String, Number, or Array. However, with checkboxes it doesn't work with String, but it does work with an Array of Strings. As a work-around, I am wrapping my String with [] (brackets), which appears to be working. Here is an example of what doesn't work:
$("#LabelEditModalForm-AdminUseOnly").val($data.data("adminuseonly"));
and this does work:
$("#LabelEditModalForm-AdminUseOnly").val([ $data.data("adminuseonly") ]);
$.Extend error after Chrome Update 53
After the Chrome update 53, many of Jquery libraries that I am using in my projects are displaying "Maximum call stack size exceeded" while rendering the components. The stack trace shows $.extend method call as the error cause. Everything was working fine on Chrome 52, but this new update has broken most of the libraries. One curious thing is that this error happens intermittently. Has anyone ever experienced this? Thanks
ajax anti-cache issue in 3.X.X
Given a url (that was, for example, returned from a server after a prior ajax nocache request): /myapp/?_=1111&nextPage=2 and issuing a new jquery.ajax call with that url and cache=false will cause the request url to be changed to something like: /myapp/&nextPage=2?_=1112 which causes the request to be unrecognized. In jquery 3.0.0-alpha1 and prior versions, the ajax anti-cache code did an in-place setting of the anti-cache parameter and updated the url with something like: /myapp/?_1112&nextPage=2
Need professional help !
Need professional help ! Remodel existing gallery under its own way. I want to remove the switch from photo to the next, and that would shut the photos from clicks on it and not on the X in the corner. Upload a picture file did not work. Threw on file sharing: http://fracton.rgho.st/68XLrryK2 I found the code: Use CSS3: enlarging a photo when clicked. <Style type = "text / css"> .vkl3> br, .vkl3> a: nth-of-type (2) .vkl3> br: target ~ a: nth-of-type (1) {display: none;} .vkl3> br {position: fixed;}
2.2.0 to 3.1.0 upgrade: .serialize() will not serialize disabled objects?
UPDATE 08/05/2016: After looking into the issue closer, it turns out that the .serialize() method is no longer serializing the values of any disabled objects or their children. This is a breaking change, as it is common practice to disable a page, or portion of a page, during a post to prevent additional clicks/selections/whatever. I don't see anything in the notes that this was intended, but that is the current functionality. Is this new functionality intended? If so, is there a way to serialize
Visual Studio 2015 with Microsoft Edge, Unexpected Error starting up the application. Assignment to read-only properties is not allowed in strict mode
The error message in the title comes up in an alert box when I start my application from Microsoft Visual Studio 2015 using Microsoft Edge as the browser. Its OK in IE11 and Firefox. Initially I thought it was something about Edge and VS2015, but actually when I did a hello world app or a fiddle, it didn't happen. So a lot of alert statements later I found the problem, it turned out that this bad line of code was accidentally left in there: $(document).on("focus", "input,textarea,select,button");
event handler attached using 'on' on document is executing content like event bubbling from old response to new one.
<!DOCTYPE html> <html> <head> <title>JS Test</title> <script type="text/javascript" src="js/plugins/jquery-1.8.3.min.js"></script> </head> <body> <h1>Js Test</h1> <button id="getContent">Get Dynamic Content via Ajax call !</button> <div id="content"> </div> <div id="status"></div> <script> $(function(){ $("#getContent").click(function(event){ $.ajax({ url : "./file/hello", success : function(result, status, xhr){ $("#content").html(result); $("#status").html("Success!"); }, error : function(xhr,
Bug: The IE (v: 11.162.x) triggers the wrong event #3036
Hi, I opend a bug in the bugtracker, but it was direct closed. So I hope that I get more help in this forum. If I run my demo in the IE 11.162.10586.0 I get the alert dialog with "Problem". In all other browsers it work as expected. Bug: https://github.com/jquery/jquery/issues/3036 JSBin: http://jsbin.com/domopikafo/edit?html,output I made a screencast to show the problem: http://screencast.com/t/RrHMleAVN3sj Thank you for your help! Regards, David
Next Page