$(function() {
    $("#navSearchInput").powerFloat({
        eventType: "focus",
        targetMode: "search",
        target: "多个关键字用空格隔开<br />(例:汪洋 北京大学)"
    });	
});