Liverpoololympia.com

Just clear tips for every day

Month: November 2022

What is shaft eccentricity?

What is shaft eccentricity? An eccentricity is one of the major factors that affect the entire system by causing whirling of the shaft and premature failure of the shaft at high vibration condition. Such high vibration condition can be controlled Read more…

What is a bacteriological agar?

What is a bacteriological agar? Bacteriological agar is a colloidal substance and a cell wall component, obtained from Rhodoyceae (marine algae) and Gelidium sp. Agarose combined with agaropectin forms this polysaccharide. It is also called as agar-agar and is a Read more…

How pass JSON object in POST request AJAX?

How pass JSON object in POST request AJAX? Now lets see how we can send JSON objects list as given below: var jsonObjects = [{id:1, name:”amit”}, {id:2, name:”ankit”},{id:3, name:”atin”},{id:1, name:”puneet”}]; jQuery. ajax({ url: , type: “POST”, data: {students: JSON. stringify(jsonObjects) Read more…