/ Published in: jQuery
This will remove the first br tags.
Expand |
Embed | Plain Text
$(document).ready(function() { $('#infoinner br:lt(2)').remove(); });
You need to login to post a comment.
This will remove the first br tags.
$(document).ready(function() { $('#infoinner br:lt(2)').remove(); });
You need to login to post a comment.