How can i hide the jquery code with fieldname data in HTML code ?
-
How can i hide the jquery with fieldname data in HTML code ?
It shows the original code in HTML code When i copy below Jquery codes to Field Type: HTML content .
<script> function silentSubmission(e) { $(".submit").click(function(){ $(".display-message-here").append("<table><tr align='center'><td>"+jQuery('[id*="fieldname26_"]').val()+"</td></tr></table>"); }); } </script>Here is the screenshot : demo screenshot
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How can i hide the jquery code with fieldname data in HTML code ?’ is closed to new replies.