Which is best php menu manager

Asked By 20 points N/A Posted on -
qa-featured

I have PHP menu manager in AJAX and JQuery. I'm little confused about which is the best one for a application. Please anyone explain me about difference between AJAX and JQuery pH menu manager.

SHARE
Best Answer by Luker Malcom
Answered By 5 points N/A #163765

Which is best php menu manager

qa-featured

Hello Jennifer,

Ajax is a technique and JQuery is a library. In general both of the menus will work the same.Ajax is the core technology and JQuery is the high level THING that uses advanced javascript. Depending on your application you can choose which one to use. But as i said before both will work the same. Best of Luck.

 

Thanks.

Best Answer
Best Answer
Answered By 5 points N/A #163766

Which is best php menu manager

qa-featured

First of all, AJAX and JQUERY are different from each other. AJAX is all about loading data and displaying the webpage background without actually reloading the whole page. It is responsible for clearing the whole web page and bringing up a new one as per user’s request. On the other hand, JQUERY is a library of JavaScript which is more concerned on HTML interaction. Their combination makes it possible for users to enjoy viewing websites without getting troubled with loading repeatedly. PHP can work with both. It works with AJAX to load the page and with JQUERY if JavaScript is needed.

Related Questions