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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:09:46+00:00 2026-05-29T05:09:46+00:00

I have a page in my jQuery Mobile app with two link-based buttons, I

  • 0

I have a page in my jQuery Mobile app with two link-based buttons, I want to bind their attributes to ko.observable() objects:

<div data-role="page" id="details">
    <div data-role="content">
        <!-- ko with: selectedPerson -->
        <div>
            <h2 data-bind="text: name"></h2>                                        
            <a data-role="button" data-bind="attr: { href: phoneLink, title: phone}, text : phone"></a>         
            <a data-role="button" data-bind="attr: { href: emailLink, title: email}, text : email"></a>
        </div>
        <!-- /ko -->                
    </div>
</div>

The problem is that the links don’t get rendered as buttons, I see them as simple links.

How can I get jqm and knockout to work together? Do I need to write custom bindings for it?

Thanks

  • 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-29T05:09:47+00:00Added an answer on May 29, 2026 at 5:09 am

    This is happening because when you’re buttonising your anchor tags, these new tags aren’t present. To buttonise them after they’re created you’re going to have to tell knockout to do something after they’ve been added to the collection. Thankfully, knockout provides you with a function that executes immediately after the elements have been rendered on the screen.

    An example of using afterAdd can be seen here:

    http://knockoutjs.com/examples/animatedTransitions.html

    Unfortunately I’ve only ever seen it work with templates and not in-line html so you might have to refactor your html slightly.

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

Sidebar

Related Questions

I have a single page jQuery Mobile app with four data-role='pages' in place; so,
I have added an iframe to a JQuery Mobile page: The link to it:
we are creating one jQuery mobile app in that app, I have to bind
I have a mobile app created using HTML/JS(jQuery)/CSS and I'm looking to include page
I am working on a mobile app and I have an initial page that
I have a simple app developed with jQuery Mobile and implemented in PhoneGap. It
I have created app using jQuery Mobile and need to get a Dialog box
We have an existing web app built with jQuery Mobile. Our goal is to
I have a mobile app I am creating with JQuery Mobile. When a blackberry
I have a mobile app using JQuery Mobile. Because of issues with blackberry I

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.