Skip to content

Instantly share code, notes, and snippets.

View hsnaydd's full-sized avatar

Hasan Aydoğdu hsnaydd

View GitHub Profile
$('#tag').on('keyup keydown', function(e){
var tagvalue = $(this).val();
$('‪#‎tekkodkodarama‬ ul li').remove();
if(tagvalue !== '' ){
$.ajax({
type: "POST",
url: "databank.php",
data:{'tagvalue':tagvalue},
ajaxStart:function(){
$('#tekkodkodarama ul li').html('Uygun Makale Aranıyor...');