views:

56

answers:

1

I have updated the html of a div using the Jquery Ajax.

It is working fine: but after that when i see the html of the div in fire bug the html is not updated.

I mean to say that this Jquery Ajax is working fine when i see it as a user, but when i see the html using the Fire bug it is not updated.

This has blocked my further functionality. Please help.

A: 

You might try installing the Web Developer extension and using the View Generated Source option from the View Source menu. The regular View Source will only show you the original HTML, not any updates made using javascript/ajax.

tvanfosson
I think what he wants to see is the html as updated by ajax
jao
View Generated Source will show you the updates made dynamically using javascript, including ajax.
tvanfosson