jQuery jQuery Attach Event To Be Executed Only Once June 27, 2014 Pramod T P Leave a comment Using jQuery one() method. This attaches a handler to an event for the element. The handler is executed at most once per element. In simple terms, the attached function will be called only once.