You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2018-02-28 12:49:15

nvnam
Member
Registered: 2017-10-20
Posts: 10

How to add new function javascript to form ticket?

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

#2 2023-05-15 19:38:19

Johan Romo
Member
From: Mexico City
Registered: 2022-10-27
Posts: 11

Re: How to add new function javascript to form ticket?

Hi nvnam.

I am dealing with a same problem.

Could you find the answer to use HTML label script?

Thx

Offline

Board footer

Powered by FluxBB