I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Adding a knockout.js data binding on the balance template

dashed-slug.net Forums General discussion Adding a knockout.js data binding on the balance template Reply To: Adding a knockout.js data binding on the balance template

#11455
Anonymous
Inactive

i was actually planning it outside of the plugin.

so i would show the balance and under it

jQuery( 'body' ).on( 'wallets_coins_ready', function( event, coins ) {
		
        CODE HERE TO SHOW THE BUTTON  IN A <SPAN> TAG

	} );

I am going to try with info you added above and follow up with it works, and maybe need a little more assistance

yeah that knockout code is tough to decipher lol