Created by: fsword
jQuery's documentation shows we would replace:
$(selector).live(event, handler)
with
$(document).on(event, selector, handler).
Created by: fsword
jQuery's documentation shows we would replace:
$(selector).live(event, handler)
with
$(document).on(event, selector, handler).