success: function(data){ //create jquery object from the response html var $response=$(data); //query the jq object for the values var oneval = $response.filter('#one').text(); var subval = $response.filter('#sub').text(); }
and i want to prepare it for use in the wordpress backend.How can i replace the $ with jQuery?.