Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
jQuery pitanjce - append

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
fanatic



Joined: 02 Nov 2004
Posts: 81
Location: vienna

PostPosted: 25.11.2010 10:31    Post subject: jQuery pitanjce - append Add user to your forum ignore list Reply with quote

Recimo da imam div kontejner
<div id="#test">
<p>Lorem Ipsum</p>
</div>

i zelim dodati <br />, ali nakon zatvarajuceg div-a, ovako:
<div id="#test">
<p>Lorem Ipsum</p>
</div>
<br />

Kako?
Back to top
View user's profile Send private message
r3dsc0rpi0n



Joined: 20 Apr 2005
Posts: 354
Location: Zagreb

PostPosted: 25.11.2010 12:07    Post subject: Add user to your forum ignore list Reply with quote

Code:
$('<br />').insertAfter('#test');


http://jqapi.com/#p=insertAfter

_________________
::: Fortis est, qui se vincit ! ::::
Back to top
View user's profile Send private message Send e-mail Visit poster's website Twitter profile
fanatic



Joined: 02 Nov 2004
Posts: 81
Location: vienna

PostPosted: 25.11.2010 12:46    Post subject: Add user to your forum ignore list Reply with quote

thanks, sto sam trazio je u stvari:

Code:
$('#test').after('<br/>')


Nice day
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group