Modify ↓
Ticket #12372 (closed bug: invalid)
getScript() not working for localhost
| Reported by: | gbinghan@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The code below doesn't work
jQuery.getScript('//localhost/ajax/libs/angularjs/1.0.1/angular.min.js', function() {
alert('done');
});
Where as this works
jQuery.getScript('//ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js', function() {
alert('done');
});
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

So sorry. Its a mistake by myself.