Pagawa / PgwBrowser

Browser & OS / platform detection plugin for jQuery and Zepto
GNU General Public License v3.0
64 stars 35 forks source link

Fixed for compatibility with jQuery 3.x version. #23

Closed bulhwi closed 5 years ago

bulhwi commented 5 years ago

jQuery 3.X 버전에서 권장하는 이벤트 바인딩 형식입니다.

.on('event', function(){
     .......
})

'jQuery v3.0 reference'