Development

#3621 (jq_form_remote_tag should use Event bind())

You must first sign up to be able to contribute.

Ticket #3621 (assigned defect)

Opened 5 years ago

Last modified 5 years ago

jq_form_remote_tag should use Event bind()

Reported by: jwilliams Assigned to: localhost (accepted)
Priority: major Milestone: plugins
Component: sfJqueryPlugin Version: 1.0.17
Keywords: jquery js javascript ajax Cc:
Qualification: Unreviewed

Description

Otherwise you need to call

$("form").submit(function(f) {return this.onsubmit();});

to get the submit handler to fire. Perhaps using Event bind() elsewhere in this plugin is applicable

http://docs.jquery.com/API/1.2/Events

Change History

07/26/08 23:38:31 changed by budlight

  • priority changed from minor to major.
  • version changed from 1.0.16 to 1.0.17.

The way it currently works the plugin's jq_form_remote_tag does not work in internet explorer. It should use event bind or add a $(#myform).submit function to the page. What it seems to do in ie is simply act as a non-ajax form.

10/07/08 15:47:51 changed by localhost

  • owner changed from francois to localhost.
  • status changed from new to assigned.