Bug Tracker

Modify

Ticket #12372 (closed bug: invalid)

Opened 9 months ago

Last modified 9 months ago

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

comment:1 Changed 9 months ago by stiucsib86

So sorry. Its a mistake by myself.

comment:2 Changed 9 months ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to invalid

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.