Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Handling right/wrong MIME types in IE


Project:jFeed - RSS/ATOM feed parser
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

jFeed fails in opening rss feed if the feed has an invalid MIME type. For example if you had a xml file with Content-Type: application/rss+xml in the header. The problem is in the $.ajax call.
http://docs.jquery.com/Specifying_the_Data_Type_for_AJAX_Requests has the solution to handle in IE.