$(document).ready(function () { $("a#AddLabelTypePair").click(function () { $('ul#CustomInfo').append('
  • '); return false; }); });