Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 215 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 215 Bytes

citySelect

run
//example01
         citypicker.show({left: 30, top : 50}, function(data){
             $(_this).find("span").text(data);
         });