Skip to main content

Questions tagged [jquery]

jQuery is a cross-browser Javascript library that provides abstractions for DOM traversal, event handling, animation, and Ajax interactions for rapid web development.

Filter by
Sorted by
Tagged with
4 votes
2 answers
2k views

I am developing a static HTML/CSS website I have multiple meta tags I add to the head on each page. As it stands currently whenever I want to change the meta information I need to manually update each ...
Bernard's user avatar
  • 143
2 votes
1 answer
433 views

Context I have a website. On one of my pages, users can create articles. They fill out a form with their article and the article is placed in my database. There is another page where users' articles (...
Carson D's user avatar
1 vote
1 answer
209 views

Can jquery 1.12.4 used on a website affect search engine rankings (especially of that of Google)? Several forums and websites have discussed vulnerabilities with this particular version of jquery. Ref:...
Kannan's user avatar
  • 2,353
1 vote
2 answers
53 views

I am working on a project which makes use of autocomplete.js, the demo for it is here. The user chooses an option and the result will be shown on the same page, just like in the demo. The project ...
zackww's user avatar
  • 13
1 vote
0 answers
71 views

I have a static website which uses async jQuery to generate articles (as well as titles and other metadata) sourced from a file (something like $('main').load('/data #location.pathname')). The only ...
Nixinova's user avatar
  • 111
2 votes
3 answers
206 views

I have in the past copy and paste a jquery css or js url into my projects. Recently the question has come up, what if the urls stopped working for some unforeseen reason. Either code.jquery.com is ...
Anthony Fornito's user avatar
4 votes
1 answer
8k views

I had register my website in the google analytics and I had put the script in my default index like this : <html> <head> <meta name="google-site-verification" content="**********...
Success Man's user avatar
3 votes
2 answers
4k views

My default index html like this : <html> <head> <meta name="google-site-verification" content="****************" /> <script async src="https://www.googletagmanager.com/...
Success Man's user avatar
2 votes
1 answer
992 views

I check my website using gtmetrix and my website is recommended for fewer HTTP requests and reduce DNS lookups. So I must to combining combining many external Javascript scripts into one In my layout ...
Success Man's user avatar
1 vote
1 answer
1k views

I have a conceptual question about using jQuery to load a NavBar on all pages of a small website I have. On this below stackoverflow page, user Ramtin shows how I could use jQuery to load a NavBar ...
ravl13's user avatar
  • 45
2 votes
1 answer
177 views

This is is a screenshot of my tested page on search console. Can Googlebot read this error and dramatically effect my ranking?
Paul Kander's user avatar
1 vote
1 answer
237 views

Recently updated my blog and was looking for the improvements they have added. I noticed a floating section of text that stayed there until a part of description ended. (Similar to the timestamp on ...
Aseem Yadav's user avatar
1 vote
1 answer
779 views

When trying to open Jquery after installing it on Chrome, I get this error: And when I download it on Firefox, I get this error: Can anyone tell me how to fix these issues? I'm using Windows 10, if ...
Andre Acres's user avatar
3 votes
1 answer
177 views

I know Google nowadays is pretty good at scanning the DOM and adding stuff to your site using javascript isn't a problem anymore. Thing is, I'm using JavaScript (jQuery) to collect information from a ...
Dio Vayne's user avatar
2 votes
2 answers
5k views

I am loading the content of main article using jQuery . Is it effective for SEO? Is it bad practice? For example I have a page URL example.com/ariticle?seid=14 Here when the page loads, I fetch the ...
Abilash Erikson's user avatar
3 votes
1 answer
116 views

For a client's website, I made a script that simulates typing and deleting of text. The client can enter the text himself, using [verwijder]-tags (which means 'Delete' in Dutch). See the demo at ...
Aart den Braber's user avatar
2 votes
1 answer
36 views

I get this error at the bottom of my home page. please let me know why this error appeared in my website. I am running my website on wordpress. Here is the error Couldn't connect to database server....
Mudassar Saiyed's user avatar
1 vote
0 answers
80 views

We've got dynamic content that we want the google bot to search. Our app is running codeingiter and jQuery mobile. So, our site is basically 6 pages that are updated using XHR calls. The data is ...
ScottK's user avatar
  • 41
2 votes
1 answer
63 views

I recently rewrote a website using JQM. The Google Analytic sessions are now about half of what they were with the old site. Is anyone aware of ranking issues with JQM?
ron tornambe's user avatar
3 votes
1 answer
666 views

This question is not on how to remove AdSense, but if I can remove AdSense from my website using jQuery. I was reading the policies on AdSense and I'm a little confused. On the page regarding the ...
SameOldNick's user avatar
2 votes
2 answers
3k views

I have a custom CMS, and for some reason jQuery will not load from the CDN. After sitting on this for days, I remember I made a change the the .htaccess file but not sure if it's really the cause. ...
Richard Testani's user avatar
1 vote
2 answers
156 views

One of our developers used jquery on a couple of pages and now we're not sure which pages those are. Is there a way to test for dependencies? I.e., given a collection of pages, which need jquery?
Clay Nichols's user avatar
21 votes
5 answers
8k views

I'm using jQuery on several of my websites and although I use a CDN to serve it, it just doesn't make sense for visitor to download jQuery each time. jQuery must be the world's most widely used ...
user1914292's user avatar
7 votes
3 answers
2k views

Will the Googlebot index a webpage on "page load" or after the "page ready" state. The reason I'm asking is because I'm trying to change my h1 and h2 tags using jQuery on page Load.
maheshwaghmare's user avatar
4 votes
1 answer
387 views

I am using CKEditor to let people describe their organization with all the styles and fonts. So when it saves in the database its like < gets saved as &gt and rest all you know for the html ...
Preeti Maurya's user avatar
3 votes
1 answer
62k views

apologies if this isn't the right place to post this. I posted it on Stack Overflow and a user suggested I put it here. Anyway, I've looked all over google and the site and none of the solutions I've ...
MarvinLazer's user avatar
1 vote
1 answer
267 views

I have a working WordPress site that contains a custom navigation and retrieves a page based on title. So what it looks like is, lets say I have a page called test and the user selects test on the ...
David Biga's user avatar
1 vote
1 answer
339 views

I'm looking to write a script that dynamically replaces elements of my page with content related to the keyword that resulted in a PPC click. For example, visiting the landing page after searching on "...
denverfone's user avatar
0 votes
1 answer
757 views

I am designing the menu for a web site, and I was hoping to find an SEO-Friendly way to implement the Responsive Design used here: Ask4Sam.net- Responsive Design Example As you can see, for large ...
user avatar
0 votes
1 answer
103 views

JS Fiddle: http://jsfiddle.net/JF7PD/ I've been doing extensive work on this and I've just able almost got it fully working. The reason why I am asking for help now is that I don't have a clue why my ...
Tyler's user avatar
  • 113
0 votes
2 answers
141 views

I was originally thinking I could make a notification bar using jQuery. The downside is if someone has javascript disabled, they would never see the message. The upside is that the messages wouldn't ...
SwDevMan81's user avatar
12 votes
5 answers
8k views

I have been tasked to update a site to make it responsive and appear correctly on smart phones. Unfortunately, the site in its current form isn't very easy to work with - I can't just change the CSS. ...
MeltingDog's user avatar
  • 1,373
1 vote
2 answers
2k views

I have an issue where a form on my site is getting spammed. The form is actually a copy paste job from a CRM, so I cannot access any of the server side script to make a good human checker. In the ...
MeltingDog's user avatar
  • 1,373
15 votes
4 answers
2k views

Is there any REAL touchable benefit of using the Google jQuery hosted library? Or shall we just download it to our server? What are your opinions on this?
Leo's user avatar
  • 295
1 vote
1 answer
563 views

I am modifying a current WP theme that uses child pages loaded into tabs via jQuery and hashtags. For example, http://example.com/category would be the parent page with tabs. Clicking on one of those ...
user2557385's user avatar
1 vote
1 answer
128 views

I used to use a JQuery plugin called Seaofclouds on my websites to embed the latest 5 or 10 tweets into my footer but since 1.1 came out this function is not available any more - Is there an updated ...
user3177012's user avatar
0 votes
1 answer
864 views

I am working on a code base and am using JQuery to add DOM elements.I want to know if it is considered better practice to style them with JQuery or just create them with JQuery then go to the style ...
William's user avatar
  • 103
1 vote
1 answer
15k views

Which is the code with which we can retreive alternative text of image: It is a Cataloge with clothes. Dressers, Shirts, Skirts e.t.c. in front page of a site. The featured images of the categories ...
kate's user avatar
  • 11
2 votes
1 answer
1k views

I submitted my website/app to Bing and Google recently. I subsequently received this email from bing: Dear Webmaster, This is a weekly report on the open issues categories we have detected on your ...
B. Clay Shannon-B. Crow Raven's user avatar
0 votes
2 answers
309 views

So I'm working on a register form and I have four fields: name, username, email and password. I pick up the values of these fields in jQuery and depending on if all the fields are filled, I pass them ...
Elmer's user avatar
  • 1
1 vote
2 answers
2k views

I have a simple website (5-8 XHTML pages and a payment gateway to be done) with about 1500 products having a fix SKU/product code. sample URL for the query: http://www.domainname.com/product-detail....
NBaua's user avatar
  • 113
1 vote
1 answer
249 views

Is it important to use rel="nofollow" on jQuery interaction links? <a href="#" rel="nofollow">jQuery interaction link</a>
Igor-G's user avatar
  • 67
1 vote
0 answers
108 views

I'm wondering how this website design/structure will work for SEO. I have example.com that I'm building. The only actual URL for the website is example.com. However, it will appear to the user that ...
lawnlanders's user avatar
3 votes
2 answers
643 views

I want to track exit links on my website and also exit ads like Google Adsense etc. I mean by exit ads is that when click on add I get ads dimension and ads type like Google or other ads. In short I ...
Burhan Ahmed's user avatar
-1 votes
1 answer
52 views

I'm searching for a good looking colorpicker. I just found a screenshot: Do you know which plugin is it?
suventiny's user avatar
4 votes
1 answer
9k views

I am working on a mobile friendly website and liked the idea of having my URLs open in native apps; like say to Google Maps or Facebook using custom URI protocols eg fb:// or comgooglemaps://. ...
john.weland's user avatar
1 vote
1 answer
2k views

I have a "normal" website and I am currently developing a mobile version of the site. Because of the complexity of the shown information, I am using a separate domain (mysite.mobi) and no responsive ...
j0nes's user avatar
  • 382
-1 votes
1 answer
1k views

How can I remove + sign from string in Jquery $('#sender_name'). val(). If I entered any space then it include a + sign So in my controller I cant get accurate value due to + sign (I am using Ajax ...
Azam Alvi's user avatar
  • 101
4 votes
1 answer
318 views

I've built a cool mobile website/app using JQuery Mobile. I want to offer that to clients, but I want to use my own hosting. Here's what I want to do If a user uses a mobile device to visit client....
Vic V's user avatar
  • 141
2 votes
1 answer
50 views

We are nearing finish of the web application done in RoR (it is Social website). I am not RoR person, I am just JS/Jquery side. All of us do not have much experience with big applications, and this ...
Amiga500's user avatar
  • 145