Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4627048
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T03:30:37+00:00 2026-05-22T03:30:37+00:00

I have a form of following structure ROR code form_tag class=’remote_form’ remote=>true { some

  • 0

I have a form of following structure

ROR code”

form_tag class='remote_form' remote=>true
{
some fields
1
2
3
one <a> link remote=>true
4
submit button
}

jquery code

$('.remote_form').live('ajax:beforeSend', function(event, elements){
do some blah blah
}

now when I click “one link” “blah blah” thing executes . why is that so ?
basically only when I click submit “blah blah” must get executed.

Have I done anything wrong ?


My idea :
The form contains a few elements . and before the form gets submitted I need to do a few things so I use ajax:before send for remote_form . Now I also have some link which is an ajax request totally independent of form.
Obviously the one link shouldn’t cause the execution of “blah blah “..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T03:30:38+00:00Added an answer on May 22, 2026 at 3:30 am

    I’m not sure to understand. Your problem is that the callback is fired although the form hasn’t been submitted ?

    Did you try with the classic $.ajax() function :

    $('.remote_form').submit(function(){
        $.ajax({
            beforeSend: function(){
                // do something
            }
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following form code: # forms.py class SomeForm(forms.Form): hello = forms.CharField(max_length=40) world
I'm looking at some Java classes that have the following form: public abstract class
I have the following structure in a form: <div class='full'> <div class='half'> <label>Book</label> <select
I have the following structure: <form> <div class=content> ... </div> <div class=action> <p>Select <a
I have the following structure in a Windows Form: Form (AutoResize = true, AutoSizeMode
I have a structure like the following: <form> <input type=text /> <input type=text />
I have code with the following form: <?php function doSomething{ //Do stuff with MySQL
I have an html form that has the following structure: <input type=text name=title />
I have the following structure: class FeatureType(models.Model): type = models.CharField(max_length=20) def __unicode__(self): return self.type
The end goal is to have some form of a data structure that stores

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.