jquery: add html after a group of divs
- by Omu
I have something like this:
...
<div id="d120" >content</div>
<div id="d123" >content</div>
<div id="d112" >content</div>
<div id="d145" >content</div>
<div id="d134" >content</div>
//Insert here hello world
<div id="bla" >asd</div>
<div id="footer" >asd</div>
anybody knows how to insert html after all the divs that have id like d+number