John Mark wrote:
> I have a code like this that works in all browsers and not IE. That is
> they send the expected GET request while IE is sending a POST request. I
> have tested this using IE7
>
> $.ajax({
> url: this.href, type: 'get', dataType: 'script', success:
> function(data){
>
> while in the view I have the normal link_to link.
>
> How do I fix this issue?
You could start by getting Microsoft to write a decent web browser.
Sorry, I don't have an answer for you. I just wanted you to know I feel
your pain.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---