You are not logged in.
Hi all,
How to add new function javascript to from ticket. I try add
<script type="text/javascript">
$(document).ready(function(){
$("input[name~='serialfield']").css("background-color", "yellow");
});
</script>
It is not working for $("input[name~='serialfield']").
Please help me. Thanks
Last edited by nvnam (2018-02-28 12:49:53)
Offline
Hi nvnam.
I am dealing with a same problem.
Could you find the answer to use HTML label script?
Thx
Offline