Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

BB5 - Fix for jQuery.ajax "no transport" error #1908

@adambiggs

Description

@adambiggs

After spending half a day trying to figure out why I was getting "no transport" errors from all my ajax calls in BB5, an obscure google search led me to this little gem:

// force cross-site scripting (as of jQuery 1.5)
jQuery.support.cors = true;

Maybe this should be added somewhere in jQM? Either way thought this might save others from wasting a few hours like I did :)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions