I am using maskMoney plugin here. I am trying to apply that mask to a div inner text, however i can't make it work.
var_value=$("#b_bouquet_originalvalue").text();
$("#b_bouquet_originalvalue").text($(this).maskMoney('mask',var_value));
console.log(var_value);
It does not work. any idea?
thanks for the support.