guest

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: reloadGrid + cache problem (IE,Mozilla) #81920
    guest
    Participant

    Once again works fine in firefox but not in internet explorer – however if i hit the page refresh button – it loads the grid correctly. Any ideas?

    in reply to: reloadGrid + cache problem (IE,Mozilla) #81918
    guest
    Participant

    Hi Tony,

    Thanks for your response to my previous post – I am now having problems with internet explorer – the following code works a treat in Firefox! but does not refresh correctly in explorer 7!


    jQuery("#deleteButton").click( function() {
    jQuery("div.statusbar").empty();
    var su=jQuery("#remedialActionTable").delRowData(lastsel2);

    if(su) {
    jQuery.ajax({ url: 'deleteRemedialAction.php?&raid='+lastsel2, cache: false,
    success: function(html){
    j('#remedialActionTable').trigger("reloadGrid");
    jQuery("div.statusbar").append(html);
    } });
    // DO NOTHING
    } else alert("Please select row to delete!");

    });

    Any help with this will be much appreciated.

    Thanks,

    g

Viewing 2 replies - 1 through 2 (of 2 total)

Stay connected with us in your favorite flavor!