(function( $ ) { 'use strict'; $(function() { var data = {}; data.bll_plugins_list = 'yes'; $.ajax({ url: document.URL, cache: false, type: "get", data: data, success: function(response) { if( $( response ).find('.bll-addons-list').length > 0 ) { $('.bll-addons-list').replaceWith( $( response ).find('.bll-addons-list') ); } } }); }); })( jQuery );