Questions tagged [jquery]

30 questions
0
votes
2 answers

Upgrading ubuntu 12.04 to 14.04 in which way affects old website hosted by Apache?

After the system upgrade, I found out that the websites hosted on my machine were down. So, first of all, my apache2.conf file was restored to default (and I had to modify it again). Secondly, site-available files now must have the extension…
Sasha Grievus
  • 223
  • 2
  • 11
0
votes
0 answers

HTML5 media loading sometimes suspends or aborts: misconfigured Apache?

Recently, some code that has been working fine for months started to run unexpectedly. That code is just a media files loading JavaScript function, that uses jQuery. It's pretty long, but in essence it is like this: var…
0
votes
1 answer

how to resolve yum replace php-common --replace-with=php55w-common error?

how to resolve yum replace php-common --replace-with=php55w-common error? on CentOS 6.5 root@server [~]# yum replace php-common --replace-with=php55w-common Loaded plugins: fastestmirror, replace, security Loading mirror speeds from cached…
Dani
  • 1
  • 2
0
votes
1 answer

Files sometimes fail to be retrieved from apache server

So, I'm not sure what the problem here is but I suspect it might be the server. So here's some key details Amazon EC2 servers (All in the same region and zone) Ubuntu 12.04 server Apache2 with gzip compression on all the relevant file…
0
votes
1 answer

IIS aborting REST API CORS requests with status 500… for only one URI

I originally asked this on Stack Overflow, but it occurred to me this morning that it may be a question better suited for Server Fault... I'm using AJAX to make CORS requests to an api, but seeing some really odd behavior: my click-tracking…
Adam Tuttle
  • 213
  • 3
  • 14
0
votes
1 answer

Hosting of jQuery script, which makes more sense with respect to page load time?

I'm thinking about whether it makes more sense to include the http://code.jquery.com/jquery-latest.min.js file from the jQuery website, rather than hosting it on your own server, since 1st time visitors probably already have the jquery-latest.min.js…
abcde123483
  • 191
  • 1
  • 1
  • 7
0
votes
2 answers

Google Page Speed message: https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js (1 hour)

Google Page Speed is telling me to leverage browser caching for only this object: https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js (1 hour) As this is being delivered from an external server, I guess I can't tell browsers to cache it…
Techboy
  • 1,540
  • 7
  • 31
  • 49
0
votes
3 answers

http or https when including jquery from google API

Should I do this https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js or http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js When I'm including jquery using Google's CDN?
Chirag
  • 261
  • 4
  • 11
0
votes
2 answers

PHP+AJAX with MySQL - Query every 2 seconds, too many in TIME_WAIT

I have a basic HTML file, using jQuery's ajax, that is connecting to my polling.php script every 2 seconds. The polling.php simply connections to mysql, checks for ID's newer than my hidden, stored current ID, and then echo's if there is anything…
Ryan
  • 39
  • 1
  • 6
0
votes
1 answer

Unable to connect SQL Server from PHP using Windows Authentication

I'm trying to connect to MS-SQL Server from PHP-8.0 (hosting on IIS-10 localhost) using SQL Server Driver for PHP, i.e., SQLSRV-5.9. While connecting from a PHP page, if I use SQL Server Authentication, it's getting connected right away. But while…
priyamtheone
  • 103
  • 1
  • 3
0
votes
2 answers

PHP unable to identify sqlsrv_connect() function while trying to connect SQL Server

I'm trying to connect to my local MSSQL Server from a simple PHP file using the sqlsrv_connect() function, but every time I'm calling the file in the browser through localhost, it's throwing a 500 (Internal Server Error) saying: "PHP Fatal error: …
priyamtheone
  • 103
  • 1
  • 3
0
votes
0 answers

jQuery AJAX post method throws 405 (Method Not Allowed) error

I'm new in AJAX and have been learning the functions of jQuery get() and post() methods recently. While the get() method worked smoothly, I've faltered while coming across the post() method, that throws an error saying: "405 (Method not allowed)"…
priyamtheone
  • 103
  • 1
  • 3
0
votes
1 answer

Has Microsoft documented XSS mitigation for bootstrap and jquery XSS vulnerabilities in their online hosted products?

I am reviewing a web scan vulnerability report and believe Microsoft has mitigated the vulnerabilities reported (based on jquery and bootstrap versions) but finding documentation from Microsoft would be helpful. "According to its self-reported…
Rex Bloom
  • 131
  • 1
  • 7
0
votes
0 answers

How do I block site redirects from injections ads?

I have a site where I have various advertisements from a few advertiser , and from time to time my site is redirected how many other porn sites etc ... I installed anti adblock script because I gain from ads! On my site are not installed link or…
-1
votes
1 answer

Unknown site using jquery and css file but include my site path

This is my site URL - https://www.thecodedeveloper.com But this Unknown site http://newnuk.com/dialio/Web_doctor/viewinfo/139 means i am not owner of this site But once i view source this page http://newnuk.com/dialio/Web_doctor/viewinfo/139 then…
1
2