Extraneous {p} tags in javascript disrupting flow
-
I’ve got 2 warnings because of <p></p> tags in the middle of the code caldera generates. These codes screw up my form so the left side doesn’t line up with the right side. See the following example:
<div class="row last_row"> <div class="col-sm-6 first_col"></div> <div class="col-sm-3 "><script> jQuery( function($){</p> <p> $(document).on('click dblclick', '#fld_1807498_1', function( e ){ $('#fld_1807498_1_btn').val( e.type ).trigger('change'); });</p> <p> }); </script></p> <div class="form-group">
- The topic ‘Extraneous {p} tags in javascript disrupting flow’ is closed to new replies.