jquery: add html after a group of divs
        Posted  
        
            by Omu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Omu
        
        
        
        Published on 2010-05-11T12:38:47Z
        Indexed on 
            2010/05/11
            12:44 UTC
        
        
        Read the original article
        Hit count: 240
        
jQuery
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
© Stack Overflow or respective owner