Skip to main content

Bug Tracker

Side navigation

#12209 closed bug (invalid)

Opened August 07, 2012 08:17AM UTC

Closed August 07, 2012 08:15PM UTC

jQuery Ajax remote problem

Reported by: houjinxuan@qq.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

I write a code in local js file. not web js file. in jquery Version 1.3 run ok ,but now in Version 1.7 or 1.6... not runing. why? bug?

for example code:

$.ajax({

url: 'http://bugs.jquery.com',

success: function(msg){

alert(msg);

}

});

Attachments (0)
Change History (1)

Changed August 07, 2012 08:15PM UTC by timmywil comment:1

resolution: → invalid
status: newclosed

Please ask for help on the forums or on the #jquery irc channel.