/ Published in: jQuery

This will remove the first br tags.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(document).ready(function() { $('#infoinner br:lt(2)').remove(); });
Comments
