Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience
how can browser console log warning : "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience" ? My jquery version /*! * jQuery JavaScript Library v3.4.1 My ajax script $.ajax({ url: '$url', type: 'post', // dataType: 'json', // data: data, }) .done(function(response) { $("#inject").html(response); }) .fail(function(xhr) { console.log(xhr); });
Can't download jquery
Would like some help figuring out why jQuery 1.11.2 or 1.11.3 will not download on my Chrome or Internet Explorer. Chrome Version is 40.0.2214.115 m Internet Explorer Version 11.0.9600.17631 Whenever I try to download on either of the browsers, it always gives me a Windows Script Host message with this script: Script: C:\Users\Allan\Downloads\jquery-1.11.2.min.js Line: 2 Char: 7539 Error: 'n' is null or not an object Code: 800A138F Source: Microsoft JScript runtime error If anyone could help to fix
jQuery Download Error Message PLEASE HELP :(
Hi there! I can't seem to download jQuery, and continue to get this error message. Line: 930 Char: 2 Error: 'document' is null or not an object Code: 800A138F Source: Microsoft JScript runtime error I am using windows 9, downloading "uncompressed, development jQuery 1.11.3" using google chrome, and every time I download (right-click > save > open) or (left-click > download > open) and attempt to open the file, I receive the aforementioned message. Can someone please help me troubleshoot this, as
How to add a color to a list without using css
Hi everyone, I have this code: <div class="amenitiesul"> <ul> <li>Junio</li> <li>Setiembre</li> </ul> </div> I need to put two different colors background at "junio" and at "setiembre". And I can not add an "id" neither "class". I don't know how to do it, somebody can help me please? Anna.
Recover return value in jquery
Hi all, can someone help me please, i would like to recover a value with jquery and post it in my html bloc. I can get the value but I could not display it var select = ''; $("select[id='language'] option:selected").each(function(){ select= $(this).val(); alert (select); // i want to sent this value in my label, i tried with Ajax but Ko }); this is my html code and you can see pic to get more explanation <div class="row"> <div class="language-skils"> <div class="text-field"> <label
how to use cross-domain to ajax load?
i add header to "bbb.com" php server like this header("Access-Control-Allow-Origin: *"); and in aaa.com like this <a href="http://bbb.com/" data-ajax="true" >test</a> but is not ajax load, how can i do? i need ajax load, sigh, demo please,
jQuery Hover Drop-Down-Menu Full Width Size
I have a vertical menu in my Website. Now i need a dropdown system in some links. I've see this example on the internet: http://jsfiddle.net/4jxph/3018/ But i want a full width submenu. The Dropdown System of Sony is what I want. Dropdown system by Sony: Sony I've always craetet a full width size dropdown menu. My Code: http://jsfiddle.net/3aK9k/4/. So what i want, when i hover the content so the submenu and again to the menu link which slidedown the submenu than the submenu should be still there
CSS problem
hi all, The icons can't display on http://api.jquery.com . There miss a token "," in file http://api.jquery.com/jquery-wp-content/themes/jquery/css/base.css?v=1 at line 1205. sorry for google translate... regards.
Demo page for Listview Autodivider Linkbar has a defect
Hi... I probably shouldn't post it here but I don't know where else to report.... I believe the "view source" session for HTML in this page is wrong, it is different from the actual source of the page and completely unrelated to the demo. Listview Autodivider Linkbar http://view.jquerymobile.com/1.3.2/dist/demos/examples/listviews/autodividers-linkbar.html Please move this post to somewhere you know it belongs to Thanks Ryan
Motar template and jQuery blank page.
Hi! I would like to use mortar-game-stub (Mortar Game) and jQuery Mobile to my UI. But there is a problem with it, if add jQuery source and css file in head tag I have got blank page ;/ everything is ok without jQuery. Do you have any idea what is going on? Best Regards
This is really a web page bug report more than a question
I just want to provide some feedback. I have been trying to get started with jquery mobile and find that the jquerymobile.com web pages do a very poor job of supporting beginners. First let me say that jquery mobile looks like a wonderful thing. Lots of people have obviously worked very hard to make this a great tool. Some of the things I say below are probably wrong. Some things that I say don't exist probably do, just not where I expected them to be. Please don't take this as a detailed bug report.
IExplorer/Yahoo Messenger Games Plug-In Error "Object doesn't support property or method 'onSoundOn' "
Hi, i am using Windows 8 32-bit, Yahoo Messenger 11.5.0.228, Java Ver 7 Built 17 (built 1.7.0_17-b2) and my Security Settings are set to Low, for enabling Java Script to run properly. However, when i try to play any game in the Yahoo Messenger Window, an error appears saying: 1. Object doesn't support property or method 'gameSendData' or 2. Object doesn't support property or method 'onSoundOn' I think this error is from Java Plugin and not directly from Yahoo Messenger or IExplorer. When i try also
Problem with api.jquery.com
Hi, Have problem with accessing api.jquery.com from UPC network. Ping shows: PING api.jquery.com (70.32.121.205) 56(84) bytes of data. From e1.3.as06.lax02.mtsvc.net (72.10.63.250): icmp_seq=1 Destination Host Unreachable That's a glitch, because I need documentation to my work. My external IP is 89.70.33.141 . I think that You blocking whole subnet, that I'm connected with.
http://api.jquery.com/ search does not work (jan 19)
I don't know where to post this and I can't seem to find a 'contact us' link or 'feedback' anywhere on the site. The search box at the top of the 'http://api.jquery.com/' page does not seem to work. I am using Linux Mint 13 and Firefox 17.01.
Dead link to MDN reserved words resource
Current link in guide points to ' https://developer.mozilla.org/en/JavaScript/Reference/Reserved_Words, ' (MDN JavaScript Reference) Should point to ' https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Reserved_Words '. Looks like an extra comma got slipped in at the end. Just an FYI.
download
When I try to download jQuery by clicking on the "Download" button, I get is a page filled with script, but no download. Am I doing something wrong?
Can I use only the jquery core for mobile website?
Can I only use jquery-1.8.2.min.js for my mobile website? Is it used for both mobile and desktop browsers?
prob
Hi.. I am new to this jquey.. I am starting with very very basic one.. I have two text box between text box i have a button called copy Once i clic on that copy button it should copy the content of textbox1 to another text box one.. solutionl please?
Conflict size accordion menu and tabs
Its my First post on this forum so Hi for everyone ;) I have problem with tabs from UI Jquery and accordion menu from http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm Its looks like this http://imageshack.us/g/1/9890047/ Menu from tabs should by about 40px but it have much more, and when J resize menu from ddrive it's resize Tabs from UI.. Who know how can J fix this ?
Leaving Forum
I need to unsubscribe from the forum because I receive to many emails I don't need. Thank you
Problem with click event
I have this function (posted below), and when executes for the first time it works just fine. But when i select, another div of the same class, to do the same with it, it executes for that div, and for the previous one too!.. And the canvas stays active, so, when i click it, it refreshes the input again!..And makes another circle.. I dont want this to happen. How could i do?... $(".point_wrapper").click(function(event){ $(this).css({background : '#000'}); var id = $(this).attr("id"); var nombre=$(this);
Problem with events
I have 20 divs,(class point_wrapper) when i click on it, happens what follows: $(".point_wrapper").click(function(event){ $(this).css({background : '#000'}); var id = $(this).attr("id"); var nombre=$(this); var t='#'+id+'x'; var u='#'+id+'y'; $("#canvas").click(function(event){ var x, y; var posicion=$("#canvas").position(); x =Math.round(event.pageY-posicion.top); y = Math.round(event.pageX-posicion.left); var drawingCanvas = document.getElementById('canvas'); if(drawingCanvas
Multiple OnReady Events Writing Code to Wrong DIV Tags When Back Button is Click
Hi, I have a series of ASP.Net sites that use jQuery in UserControls to write banner ads to pages post DOM load. It works great when landing on a page for the first time or when navigating to a page using a link. Unfortunately when going back to a page using the back button in a Firefox browser it will write content to the wrong div tags all of which are unique. My code is either for writing script tags, iframes, or images wrapped in a hyperlink. I also use the lazyloadads plugin for Bidvertiser
Superfish and IE or Safari/Firefox error.
I have been working on this vertical nav menu for a while now. First it was working on IE but on Safari it would not open up the submenus. I redid the Navigation using Superfish and now, it works on Safari and Firefox, but not IE. I have no idea why. The link to where I am working on it is here: http://kgstickets.com/testnav.php You can see the original one, that is still live, that doesn't work on Safari here: http://www.kgstickets.com/ I have all the css and js if neccessary. I have been frying
Loading external content into a DIV?
Hey guys, I'm trying to build a web portfolio and I want to be able to load content into a div by clicking on menu items. It seems easy but none of the tutorials or videos work for me. It really is starting to piss me off because all the links on my google search have been visited and still nothing works.
IE9 does not properly support the complete property of an image
Don't really think this is related to jQuery but I thought I would post it here in case someone else was having a problem. I have a plug-in I made that uses an image preloader involving the jquery .load() function. Once all images are preloaded, a function is fired to initiate the plugin. If the image is already loaded in the cache, the script checks the .complete property of the image to see if it is true, then manually fires the callback function for the load script. Here is the code:
Error in calling jquery funcion
Using jquery,I import some content from secondpage to firstpage.. Its working properly but when i give image pop-up jquery funcion in secondpage content its not working... Alone second page run its working corectly..... why?
email already registered
(my apologies to the moderator i have reposted this under another account just five minutes ago, but i thought since i will be using this forum i should create an intended-to-be-used account and write in a piece of paper this time my user name and pass. another apology for posting this in getting started but i couldn't find a support section) i tried creating an account with my standard email and got a message that my email is already registered. my emails are all safe, so i suppose its a false alarm,
someone has registered my email
i was trying to sign up for an account with the jQuery forum, in order to ask this simple question: why isn't jQuery(document.anchors[0]).addClass('enabled'); working... (or any line of code similar, using the document.anchors array of js objects) and i run into a bigger problem, while registering i got the message "your email account is registered with another user" so i created this temp account only to ask if this has anything to do with it being a zoho account, and perhaps i have signed up with
calender help can anyone help ???
hi i need to do a concept using calender where i need to put a list of holidays . the holidays days alone should be an image and when i click an the holiday a new pop up window should open up with the name of the holiday.. can anyone help pls ?????????????????
ajax POST to MS Webservice
Hi, i have a problem. I have an ajax call to a webservice, and it works. Now I try to set parameters, and it donsn't work anymore. I try it with parameters in data and without. The Webservice will only be called, if the webservice has no parameters. I have testet the webservice in the visual studio (2005), and it works. Can anyone help me? $("input.ajaxbtnPlanAdminFreigabe").click(function(){ $.ajax({ type: "POST" ,contentType: "application/json;
docs.jquery.com not accessible -- any advice ??
Have problems to get that page loaded. The main page http:jquery.com and forum is ok. Only the http://docs gives problems. Yes, I have Noscript installed, but can't find any settings, same with cookies ... What else prevents my firefox to get that page. On a MAC on the same router/lan no problem. Any advice? Günter mail: neandr_AT_gmx_DOT_de
ID-Selector always returns null after move to new server
I just moved a project from my development-server to the live-server. Since the move, the jQuery I use for scrolling an image stopped working: $("#" + divid) is null // divid is "box" in this case The variable doesn't seem to be the problem, since it contains the right string when I check with Firebug. I tried selecting the div without the variable: $('#box')But it just returns null. When I do the same on the development-server-copy of the page, it works and returns the div. Selecting the element
My first gallery app
Hi there I have been experimenting with jQuery for the first time this past week. I thought that I understood it well enough, but now something isn't clicking. I tried to write a simple image gallery but it just does not seem to do what I expected it to. Here is my code: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript" src="jQuery.js"></script> <style> ul li{
Help Sought To Understand jQuery Further, For What I'm Attempting To Do Please?
Hi All, Complete jQuery newbie here, so please go easy with me... I'm in no way professional at coding or anything but manage to get by, by asking in communities when I'm not sure or hitting my head against a brick wall with things, as is happening now. I have managed to add a jQuery lightbox to my fathers website for him, finally after ages got it to show the images, pop them up to the front of the screen etc and I'm happy as larry with all that. However, I am trying to add a rating script in to
Documentation has regressed to v1.3?!
When I go to the jQuery documentation - eg. http://docs.jquery.com/Core - the page title indicates API/1.3/Core and all the superb updated documentation for v1.4 has disappeared. For example, the documentation for index( subject ) does not have any of the v1.4 enhancements, and the same goes for all the other docs. Another poster has already commented on the fact that the 'All' option has disappeared from the side menu (used to appear - for v1.4 docs - when you had drilled down a level). What is
VS2010 + jQuery 1.4.2
I am using VS2010 + jQuery but I found that the script intelligent hasn't show function that when I press "." for obtain its method, how can I fix it??
typo
Hi Guys, Under support you have a typo in your menu: Coommercial Support Love the library, great work!
ready() fucntion
can one html page contain multilple start functions ,so many jquery for 2 image silde shows i downloaded... one script fn is <script type="text/javascript"> $(function() { $(".newsticker-jcarousellite").jCarouselLite({ vertical: true, hoverPause:true, visible: 2, auto:500, speed:1000 }); }); </script> another is: script type="text/javascript"> $(document).ready(function() { $('#ctl00_ContentPlaceHolder1_photos').galleryView({ panel_width: 550, panel_height: 280, frame_width: 30, frame_height:
jquery with 2 functions in source page..
In my Home page ,, I have 2 image slide shows... I used different jquery for that.. Problem is that.. each is working fine individually .. when integrated ,i am runtime error.... one script is ..(1st function) <script type="text/javascript"> $(function() { $(".newsticker-jcarousellite").jCarouselLite({ vertical: true, hoverPause:true, visible: 2, auto:500, speed:1000 }); }); </script> another.. <script type="text/javascript"> $(document).ready(function() { $('#ctl00_ContentPlaceHolder1_photos').galleryView({
Next Page