Return to Snippet

Revision: 42003
at February 26, 2011 01:57 by shinokada


Initial Code
$(document).ready(function() {
  $('#infoinner br:lt(2)').remove();
});

Initial URL


Initial Description
This will remove the first br tags.

Initial Title
Remove br tags in visma cms system page

Initial Tags


Initial Language
jQuery