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 8153401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:00:19+00:00 2026-06-06T16:00:19+00:00

I have an app that is using twitter-bootstrap and I am trying to implement

  • 0

I have an app that is using twitter-bootstrap and I am trying to implement a button that would launch a modal-box loading users/new path. I am able to do this but only if I input the javascript portion of the code directly into the console. Putting into the application.js does nothing.

This is how it is set up in the view:

<a class="btn" id="modal" data-toggle="modal" href="#userModal" >New Reserver</a>

<div class="modal hide" id="userModal">
</div>

If I press the button without executing any javascript an empty modal box loads just as expected. However if I run the following code in the javascript console in my browser while the modal box is open or before clicking on the button everything gets rendered properly. Inside of my users/new is a form partial that also gets rendered and functions properly. Why is it not executing properly inside of my application.js?

$('#userModal').load('users/new #content');
  • 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-06-06T16:00:21+00:00Added an answer on June 6, 2026 at 4:00 pm

    Turns out the code was executing before the DOM was loading properly. I was sure I had checked for that earlier but apparently my syntax was wrong. This fixes it

    $().ready(function() {
      $('#userModal').load('users/new #content');
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have an app that is using a twitter bootstrap modal box. The
I have an app with a login screen with a button that invites users
I have an app that is using the open source PSStackedView to implement a
I have a rails 3.2 app using Twitter Bootstrap via the gem ' twitter-bootstrap-rails
I have an app that we are using just to serve api calls to
I have a rails app that is using Devise perfectly in development. I have
I have a WPF app that is using the MVVM pattern. Hooking up buttons
I have a mobile app that is using LinqToDatasets to update/insert into a SQL
I have an app that will show some images using UIImageView, now I want
I have a facebook app that I authenticate using a general-purpose authentification. Like this:

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.