Remove br tags in visma cms system page


/ Published in: jQuery
Save to your folder(s)

This will remove the first br tags.


Copy this code and paste it in your HTML
  1. $(document).ready(function() {
  2. $('#infoinner br:lt(2)').remove();
  3. });

Report this snippet


Comments


You need to login to view comments.