1

How to remove ajax loader in my code. I want to disable the loader only

function changeValue(url, attribute,coulmnAttr,value){
 var url = url + '?attribute=' + attribute + '&attributeValue=' + value + '&coulmnAttr=' + coulmnAttr;
 new Ajax.Request(url, {
 method: 'get',
 asynchronous: false
 });
}
7ochem
7,61516 gold badges54 silver badges82 bronze badges
asked Mar 5, 2015 at 6:09

1 Answer 1

3

I used the below Code & its Done

Element.hide('loading_mask_loader');
7ochem
7,61516 gold badges54 silver badges82 bronze badges
answered Mar 5, 2015 at 7:05
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.