Changes between Initial Version and Version 1 of Ticket #8166, comment 7
- Timestamp:
- Feb 3, 2011, 7:48:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8166, comment 7
initial v1 1 If you wanna make sure every script requests are considered cross-domain, add the following prefilter:1 If you wanna make sure every script requests are considered cross-domain, add the following [http://api.jquery.com/extending-ajax/#Prefilters prefilter]: 2 2 {{{ 3 3 jQuery.ajaxPrefilter( "script", function( s ) {