Black Wood Traditional Wall Hook 7 x 13 x 4($22.79Value)
' + value.description + ''; if (value.is_ad == '1') { html += '' + value.url + ' | Sponsored'; } html += ''; }); } $(divID + ' ul').append(html); $(divID).show(); } else { $.get(site_url + "sponsored-search/?term=" + term, function(data) { cacheResult[term] = data; res = $.parseJSON(data); $(divID + ' ul').children().not(':first').remove(); var html = ""; if (JSON.stringify(res) == JSON.stringify([])) { html = 'No Result Found'; } else { $.each(res, function(index, value) { html += '' + value.description + ''; if (value.is_ad == '1') { html += '' + value.url + ' | Sponsored'; } html += ''; }); } $(divID + ' ul').append(html); $(divID).show(); }); } }); });