javascript - Pop-up box pops up inside the pop-up box?
ringa_lee
ringa_lee 2017-05-18 10:58:33
0
1
423

There is such a pop-up box a. Assuming that there is a button in it, a pop-up box b can pop up. Now my requirement is that
the pop-up box b does not pop up when the button is clicked, but when the button is clicked. How to replace the content in pop-up box a?

ringa_lee
ringa_lee

ringa_lee

reply all(1)
刘奇

Replace the template in pop-up box a with the template of b

That is:
Pop container: container
a: a-template
b: b-template

Pop-up A: container.html(a-template);
Pop-up B: container.html(b-template);

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!