This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tampilkan postingan dengan label autocomplete. Tampilkan semua postingan
Tampilkan postingan dengan label autocomplete. Tampilkan semua postingan

Rabu, 22 September 2010

Contoh Jquery Autocomplete dengan parameter extra

ctype = $("#qtype").val();
$(".qsbox").autocomplete(_base_url + "/index.php/personnel/main/get_data/",
{
extraParams : {ctype : function(){
return $("#qtype").val();
}
},
dataType : "json",
maxItemsToShow : 10,
formatItem: false,
retrieveComplete : function(data){
if(data!="0"){
return data;
}
},
onItemSelect : function(li,row)
{
$(".qsbox").val(row);
}
});

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More