JQuery :: $.getJSON From Subdomain Broken In 1.5

Feb 3, 2011

In jQuery 1.4.4 I could load a JSON file from subdomain2.website.com to subdomain1.website.com without any problems. When I upgraded to jQuery 1.5 this didn't work anymore.

Is this a jQuery bug

$.getJSON("http://subdomain2.website.com/resources/data.json", function( data ) {
console.log("data");
});

View 4 Replies


ADVERTISEMENT

JQuery :: Use $.post Or $.get From Subdomain?

May 28, 2010

have a problem when using get or post from subdomain.I have a file included in header: functions.js. in this file a have a function similar to: function popup(thevar,json){$.get([URL]...{thevar:thevar,json:json},function(data){alert(data);});} It works fine, but when i try to use this function from subdomain.domain.com it fails with no error. Is there a way to resolve this so that i can call the function from any subomain?

View 1 Replies View Related

Jquery :: Unable To See SESSION Vars When Calling Subdomain Script?

Jun 8, 2009

I'm creating chat with LONG POLLING. To keep main domain ajax requests (send message) untouched (unqueued), I had to put my long-polling script to subdomain.So I've got 2 "domains"

foo.cz
channel.foo.cz

I do not mind about any Same Origin Policy right now as I put

header("Access-Control-Allow-Origin: *");

at top of that script. I also do use

ini_set('session.cookie_domain', '.foo.cz');

in all scripts (sending, receiving, chatting room).

For debugging, i've got this in my channel.foo.cz/getNews.php:

print_r($_SESSION);
print_r($_COOKIE);
die();

My problem is:

I do load chatting room Ajax (jquery) requests channel.foo.cz/getNews.php getNews.php returns this:

array()array()

It look that cookies and session isn't setted up. But! If I look into my FF cookie browser, I do see that domain for these cookies set in chatRoom is .foo.cz If I try to copy ajax request uri and paste it into browser url, it returns me

array([username] => martin)array([SESSID] => some1D65a4s6d54asd)

View 2 Replies View Related

Regex To Extract The Subdomain From The URL

Oct 1, 2010

I am using the below regex to extract the subdomain from the [URL] The above code extracts subdomain only when the url is typed as [URL] But I need a regex which extracts sudomain when the url is typed with WWW and without WWW as below [URL]

View 3 Replies View Related

Permission Denied When Accessing JS On Different Subdomain?

Apr 1, 2010

I have a modal popup that is housing an iframe of a page on a different subdomain. There is script in the iframe page that needs to access a property on the parent page (on a different subdomain).I thought the permissions issue would be apparent when the domains are different, NOT the subdomains. The two sites are [url]... and [url].....

View 1 Replies View Related

Select Onchange -> Change To Another Subdomain

Oct 9, 2010

I have a select form that changes the website countries. My website is built like this: [url], de.website.com, etc...

When the user changes the country in the form, I would like to send him to one of the subdomains.

I have this code:

Code:

If the user press Austria I want to send him to [url]. How can I do that?

View 1 Replies View Related

Stop Google Analytics Setting Cookies On Subdomain

Jul 7, 2009

I'm trying to serve static content from a cookieless subdomain s.mydomain.org.uk, so that image/css requests from pages at [URL] don't get sent with needless cookie data. The trouble is that Google Analytics insists on adding its cookies (_utma, _utmz) to those requests anyway!

My code is:
<script src="[URL]" type="text/javascript"></script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("xxxx");
pageTracker._setDomainName("www.mydomain.org.uk");
pageTracker._trackPageview();
} catch (err) { }
</script>

View 1 Replies View Related

JQuery :: Broken Links In Documentation?

Jun 30, 2011

Seehttp://api.jquery.com/category/deferred-object/links tohttp://api.jquery.com/jQuery.thenhttp://api.jquery.com/jQuery.doneetc don't work.

Is it possible to post a patch to the docs somewhere?

View 1 Replies View Related

JQuery :: Documentation Pages Broken?

Apr 5, 2011

Is it just me, or can no one else see the content of the documentation pages?All I get is a blank window. I've tried multiple browsers on multiple computers with no difference.

View 5 Replies View Related

JQuery :: Broken In IE And Chrome But Not Firefox?

May 29, 2009

I have an issue in which any and all jQuery function calls are broken in Internet Explorer and Google Chrome but it functions properly in Firefox and even Firefox doesn't give me any Javascript errors.[URL]..

View 1 Replies View Related

JQuery :: Firefox Extension Is Broken In V1.3.2 ?

Apr 3, 2009

I am developing a Firefox extension and after upgrading from jQuery v1.2.6 to v1.3.2 I found that including jQuery in the XUL-file will break other extensions that displays buttons on the toolbar, among those is Adblock Plus.

I have not tried any versions between those mentioned so I do not know in what version this happened. If i revert to v1.2.6 everything is OK.

View 6 Replies View Related

Closing The Iframe Window Of Main Domain Which Is Opened From Subdomain?

Apr 12, 2010

I have problem with closing the Iframe of main domain window and this window is opened from the subdomain.

For eg: I have www.example.com , which has a page sendto.aspx and I open it in Iframe from subdomain sps.example.com.

This Iframe is not closing if I say self.close(), window.close(), window.parent.close() and nothing works for me.

I also checked that the current domain is example.com when I try to alert with document.domain.

View 1 Replies View Related

JQuery :: Button Background Broken For Icon?

Mar 25, 2011

I have abutton with an icon and the icon is displaced, when it is placed inside a span that has the class ui-widget-content

I believe that this person was having the same issue[URL]...I could just use a different class for the span,I just wondered if there was a

[Code]...

View 1 Replies View Related

JQuery :: Broken Links In Dynamically Loaded Pages?

Oct 29, 2009

When I load an HTML file dynamically which contain relative links with jQuery, all the links are broken. which does not involve changing all the links to absolute values?

View 1 Replies View Related

JQuery :: $.post Callback Broken In Safari In New Window.open()

Jul 9, 2009

I'm opening a new window with window.open() In the new window a file is loaded with the following post data function:

function ajaxPost(url,data){
$.post(url,data,
function(data){
alert(data)

[Code]....

If I call this function form within the new window everything is fine

- If I call it from the opener window the callback function is broken

- only in safari - ff works fine.

View 1 Replies View Related

JQuery :: Dynamic Height / Width Sometime Broken On Page Load?

Aug 28, 2009

I've written a small plugin to serve as a feature rotator and am having one strange problem.You can see some demos of the plugin and documentation here:

http://pbskids.org/pbskidswidgets/carousel.html.The plugin does a number of things that involve reading the width and height of DOM elements and using them to set the width and height of other elements. The problem is that sometimes in Firefox and Safari, when the page loads, the widths and heights of panels in the carousel are fracked.

Reload the page and the problem's fixed. In Safari, I can't get it to happen again on many reloads. In Firefox, though, if I reload repeatedly, I can get the problem to happen again: maybe once every seven or eight times.It looks like something's happening with page loading, but I'm at a loss to diagnose it further: is the script firing before the elements have fully loaded sometimes, and then works on subsequent tries because those elements are in the cache? Also: I've never seen this error in any of the IE versions.

View 1 Replies View Related

Replace Broken Images?

Oct 17, 2005

Not sure if this can be done with javascript but I would like to find a way to detect if an image is missing and replace it with a default image instead of the dreaded RED X showing up.

So - Is Javascript the way? Or should I look elesewhere?

View 15 Replies View Related

How To Hide Broken Links?

Jul 20, 2005

I have an html file which links to word docs amongst other things; but
these files and their location may change periodically.

How can I adapt my html so that if the files do not exist, the links
are hidden i.e. how do I hide broken links?

View 1 Replies View Related

Ajax :: Broken Url GET Parametes?

Nov 18, 2009

I have a problem with an ajax application using jquery.Depending on the responseText I want to load another page into a containerA response created by php can look like this:redir@test.php?a=1&b=2&c=3I parse it with javascript as follows:

Code:
function parseInput(responseText){
var redir= /redir@/;

[code]....

View 4 Replies View Related

AJAX :: CSS Broken After Call?

Apr 6, 2011

l am making an jax call and the data is coming back fine inserted into the specific div correctly.However my css is broken after the AJAX call. the h1 are too big some menu items disppear.See code below

jQuery('#section').change(function()
{
jQuery('#loading')

[code]....

View 1 Replies View Related

JScript Ad SERVICE Broken?

Jan 14, 2010

Code attached, the bb code dosen't let my code post.

View 2 Replies View Related

KeyPress Capitalize Function Broken In IE9

Oct 10, 2011

A common javascript function that capitalizes input as user types (onkeypress) no longer works as of IE9Need a function that also works in IE 9 that doesn't not change method call or interface (as it's used in 150 places throughout application).

CALL:
[CODE]
el.onkeypress = function(el) {
return c_capitalizeInput(el);
}
[CODE]
FUNCTION:
[CODE]
// Intercepts keyboard input and capitalizes keystrokes.
// Call with onkeypress="return capitalizeInput(event);"
// Compatible with both IE and Netscape/Mozilla
function c_capitalizeInput(evt) {
evt = (evt) ? evt : ((window.event) ? window.event : "");
if (window.event) {
// IE
if ((evt.keyCode >= 97) && (evt.keyCode <= 122)) {
evt.keyCode = evt.keyCode - 32;
} return true;
} else if (evt.which) {
// Netscape and Mozilla
key = evt.which;
if ((key >= 97) && (key <= 122)) {
key = key - 32;
evt.target.value = evt.target.value + String.fromCharCode(key);
return false;
} return true;
} else {
return true;
// Can't do anything for other browsers
}
}
[CODE]
How to make this work in IE9?

View 19 Replies View Related

Scale Broken In IE7 When Using Origin Argument

Mar 19, 2010

I've been trying to show a div using jQuery's show function with the scale effect. My code works fine in Firefox. When I test it in IE7, it breaks. I narrowed it down to either the origin argument of the scale effect, or the time argument of the show function (which seems unlikely). Like this:

Works in IE7, italics added to show commented code better:

Code:
$(document).ready(function() {
$("#hover").hover(
function() {$("#content_show").show("scale",{percent: 100, direction: 'vertical'});},//, origin: ['center','center']},500);},

[Code]....

Also, not as important, but what is the syntax of the origin property? What values can I use in it?

View 2 Replies View Related

Tabs Found On Webpage Broken In IE9?

Jun 15, 2011

I have had a report that the tabs (product description, shipping etc.) found on this page don't work:
JCDC x odm collection - UFO - Black
I have checked on quite a few browsers and it seems fine. The person who reported it appears to be using IE9 which I don't have access to.

View 1 Replies View Related

Show Broken Image Links In FF?

Apr 4, 2011

I found, after some googling, a js that shows broken image links in FF. I wonder if its possible to alter it so that the script displays the broken link image in the same size as the original image is in. Now it makes it in to 80x80px [code]...

View 6 Replies View Related

JQuery :: GetJSON Changes From 1.4.3 To 1.6.1?

Jun 14, 2011

Trying to upgrade from JQuery 1.4.3 to 1.6.1. My getJSON queries no longer populate my SELECTs. The below code works perfectly in 1.4.3 but unsure what changes I need to make for 1.6.1.

function populateCause() {
$.getJSON(urlQueries, {sql:'list_causes'}, function(data) {
var select = $('#opencause');
var options = select.attr('options');

[Code]....

The ONLY change I made is sourcing JQuery 1.6.1 instead of 1.4.3. Evidently I need to change the method of parsing the JSON data also.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved