Menu
Create Custom Side Menus
Frodo's Ghost | Extending Prototype for Aborting Ajax Requests
27
post-template-default,single,single-post,postid-27,single-format-standard,eltd-core-1.0.1,ajax_fade,page_not_loaded,,borderland - frodosghost-child-ver-1.0.0,borderland-ver-1.2, vertical_menu_with_scroll,smooth_scroll,side_menu_slide_with_content,width_470,paspartu_enabled,paspartu_on_bottom_fixed,wpb-js-composer js-comp-ver-4.4.4,vc_responsive

Extending Prototype for Aborting Ajax Requests

An Ajax.Request is made to the server and the information that triggered the request is no longer valid. You wish to stop the Request to commence another.

Steven has a solution from a long time ago :: Aborting Ajax requests (for prototype.js). Here it is extending the Ajax.Request object so you can call .abort on the handle.

james
No Comments

Post a Comment