Hide Div using JavaScript in dtl file !!

English! place to talk about development, programming and coding
Post Reply
IrtazaIjaz
Znuny newbie
Posts: 23
Joined: 19 Mar 2013, 14:39
Znuny Version: 3.2.1
Real Name: Irtaza Ijaz

Hide Div using JavaScript in dtl file !!

Post by IrtazaIjaz »

how i can hide a particular div using Javascript in .dtl file !!
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Hide Div using JavaScript in dtl file !!

Post by reneeb »

Code: Select all

$('#id_of_div').hide();
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Post Reply