0
I have a page I’m refreshing with ajax
only in the div conteúdo
. It is configured like this:
div1: I load 2 selects where the user will choose these 2 data (class and bimonthly)
div 2: I load the application menu (.php menu) end of div 2
div id="content": I load the page that reads the 2 selects and load the corresponding php page, according to the item chosen in the menu at div2
end of div id="conteudo"
On the main page, where I have all these Divs, I use the function maskMoney
jquery to mask my inputs only as decimal numbers.
When I put an input into the upper Ivs (1 and 2) maskMoney works perfectly.
When an input is loaded by ajax into the contents div, the maskMoney
doesn’t work.
Could someone help me understand why this occurs and how to solve?
put your code so that forum users can help you in the best way
– Victor