Rick,
Is #menu empty to start with? If not, you might want to change your
code to:
$('#menu').hide().empty().load("includes/include_menu_index.cfm").show
();
Another think to consider is whether IE is actually getting back the
json data correctly. You might want to examine the response using
Anyone have any ideas on this?
>
> I'm using the following code to refresh a menu
> based on a user's access privileges. The login
> is via a modal window.
>
> $.ajax({
> type: "POST",
> url: "login/login_processor.cfm",
> dataType: "json",
> data: formval,
>
2 matches
Mail list logo