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

  • SEARCH
  • Home
  • 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 8498065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:18:05+00:00 2026-06-11T00:18:05+00:00

I am not sure on how to use bootstrap-tour ** https://github.com/pushly/bootstrap-tour with emberjs. Bootstrap-tour’s

  • 0

I am not sure on how to use bootstrap-tour ** https://github.com/pushly/bootstrap-tour with emberjs. Bootstrap-tour’s documentation ** http://pushly.github.com/bootstrap-tour/

The challenge is that unlike other jquery plugin that we can integrate by doing:

didInsertElement: function() {
  this.$().jQueryPlugin();
}

Bootstrap-tour requires a different pattern to use and so far, everything i have tried in order to integrate it with emberjs has failed to work:

App.SiteTour = Ember.View.extend({
  templateName: 'whatever',

  didInsertElement: function(){
    this._super(),

    //var tour = new Tour();

      this.tour = new Tour();

    tour.addStep:({
      element: "#one",
      title: "Step 1",
      content: ' '
    });

    tour.addStep:({
      element: "#two",
      title: "Step 2",
      content: ' '
    });

    tour.start();

  }
});

That didn’t work and this didn’t work either:

 this.$().load({

    tour.addStep({
     element: "#one",
     title: "Step 1",
     content: "Content for step 1"
   });

  tour.addStep({
     element: "#two",
     title: "Step 2",
     content: "Content for step 2"
   });

 },


   tour.start();

});

Finally this jsfiddle of emberjs and bootstrap-tour also failed to work:

http://jsfiddle.net/GqG3U/5/

But this one without emberjs works:

http://jsfiddle.net/GqG3U/4/

Update

This jsfilddle ** http://jsfiddle.net/GqG3U/6/ does not throw any error but the handlebars will not display when i use the script tags. However, without the script tag, it displays.

  • 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-11T00:18:07+00:00Added an answer on June 11, 2026 at 12:18 am

    I’ve added a working version .

    You were pretty close with your code there, you were just not quite assigning the tour variable properly and needed to instantiate the app.

    The latest version of Ember really works best if you set up your application with an ApplicationView and ApplicationController, and call initialize. I know this is a little awkward for jsFiddles but it can lead to weird bugs otherwise.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using http://cloud.github.com/downloads/emberjs/ember.js/ember-0.9.5.js and I'm not sure how to use the mouseenter and mouseleave
Not sure if this counts as programming related, it's a tool that I use.
I'm not sure how to use regular expressions in a function so that I
I'm new to mvim and I'm not sure how to use commands that have
I'm not sure how to use composite key. My Categories table has CategoryId (PK,FK),
I am not sure how to use a single port at server side simultaneously
I'm not sure how to use the Unproject method provided by GLM. Specifically, in
I'm using JPA but I'm not sure how to use it for relation between
I am working on threading in MFC..I am not sure how to use threading..
Not sure if this is possible: I want to use datatables to manipulate my

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.