AJAX request not Updating in the UI but updates on the consolethe voting AJAX request is not updating on the ui while it is updating on the browser network and the console. Pls how can i fix it [apcode language="php"] function upVote( id) { $.ajax({ type:...