Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript loading effect when page refresh during payment. ?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #245024
    tallaramesh
    Participant

    I am doing like this, can any one please tell me am i right?,
    if not suggest me the correct code.

    $(‘#placeorder’).click(function () {

    /// validation for form ….

    $(window).on(‘beforeunload’, function(e){
    $(‘.ajaxloader’).show();
    $(‘body’).css(“overflow-y”, “hidden”);
    });
    });

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.