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 09-25-2008, 07:33 AM   PM User | #1
suvarthi123
New to the CF scene

 
Join Date: Sep 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
suvarthi123 is an unknown quantity at this point
Ajax problem in Firefox

Hi,

I have a registration from. Where there is some checkbox which loads dynamically at "onclick" event of a radio button. The checkbox loads from a different php page by ajax. The problem is the value of checkbox cannot be fetched by the parent page. The code is:

$.post("sh_sub.php", {
id:+ selected},
function(data){
parent: "data.parentNode",
$('div#subs').parent().append(data);
});

Which is working in IE but not working is Firefox.

Can anyone help ?
suvarthi123 is offline   Reply With Quote
Old 09-25-2008, 01:01 PM   PM User | #2
A1ien51
Senior Coder

 
A1ien51's Avatar
 
Join Date: Jun 2002
Location: Between DC and Baltimore In a Cave
Posts: 2,717
Thanks: 1
Thanked 94 Times in 88 Posts
A1ien51 will become famous soon enough
What is that random + in the id line?

Is there any errors in the JavaScript console? Do you have more than one element with the same id?

Eric
__________________
Tech Author [Ajax In Action, JavaScript: Visual Blueprint]
A1ien51 is offline   Reply With Quote
Old 09-25-2008, 01:26 PM   PM User | #3
suvarthi123
New to the CF scene

 
Join Date: Sep 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
suvarthi123 is an unknown quantity at this point
Hi,

Thanks for the reply.

1. No, there is no error in javascript console.
2. "+selected" is just the value submitted in the php page in "post" method.
3. There are not more than one element.

The problem is that it's working in IE, but not working in Firefox.
suvarthi123 is offline   Reply With Quote
Old 09-25-2008, 02:35 PM   PM User | #4
ohgod
Regular Coder

 
ohgod's Avatar
 
Join Date: Jun 2008
Location: Ohio
Posts: 579
Thanks: 6
Thanked 69 Times in 69 Posts
ohgod is on a distinguished road
get firebug, watch the transaction
ohgod 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 01:31 PM.


Advertisement
Log in to turn off these ads.