Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-19-2012, 08:02 AM   PM User | #1
Trki
Regular Coder

 
Join Date: Jan 2012
Location: Slovakia
Posts: 106
Thanks: 9
Thanked 0 Times in 0 Posts
Trki is an unknown quantity at this point
AJAX problem in IE

/* ajax loading main menu system */

$(function()
{

$('.main_menu li a').on('click',function() {

var path=$(this).attr('href');

$('#dynamicka_cast_stred_webu').empty().html('<img src="boxes/images/ajax-loader (1).gif" style="margin-top: 180px;" />');

$('div#dynamicka_cast_stred_webu').load(path);

return false;

});



}); /* koniec ajax loading blog system */

Hi that's my code... but.. i have a question... that's works perfectly in all browserrs except a IE ... could you say me where is a problem?? :/ i was trying to google something but without solution. Thx i am really acquisitive where is a problem.

Last edited by Trki; 04-19-2012 at 12:30 PM..
Trki is offline   Reply With Quote
Old 04-19-2012, 08:11 AM   PM User | #2
mistry.sandi009
New Coder

 
Join Date: Apr 2012
Location: Surat
Posts: 29
Thanks: 2
Thanked 3 Times in 3 Posts
mistry.sandi009 is an unknown quantity at this point
Hi,Trki

Can u please send me the whole code or checking URL for this problem.

Regards,
Mistry Sandip
mistry.sandi009 is offline   Reply With Quote
Old 04-19-2012, 08:31 AM   PM User | #3
Trki
Regular Coder

 
Join Date: Jan 2012
Location: Slovakia
Posts: 106
Thanks: 9
Thanked 0 Times in 0 Posts
Trki is an unknown quantity at this point
Quote:
Originally Posted by mistry.sandi009 View Post
Hi,Trki

Can u please send me the whole code or checking URL for this problem.

Regards,
Mistry Sandip
sorry what? and... the code is simple just <head> and... session start... nothing else
Trki is offline   Reply With Quote
Old 04-19-2012, 09:39 AM   PM User | #4
Trki
Regular Coder

 
Join Date: Jan 2012
Location: Slovakia
Posts: 106
Thanks: 9
Thanked 0 Times in 0 Posts
Trki is an unknown quantity at this point
fixed

Last edited by Trki; 04-19-2012 at 12:30 PM..
Trki is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:12 PM.


Advertisement
Log in to turn off these ads.