(things,obj)
| 804 | } |
| 805 | |
| 806 | function include(things,obj) { |
| 807 | for (var i = things.length - 1; i >= 0; i--) { |
| 808 | if ($(things[i]).attr('href')===$(obj).attr('href')){ |
| 809 | return true; |
| 810 | } |
| 811 | } |
| 812 | } |
| 813 | |
| 814 | function init(){ |
| 815 | if(isInited)return; |