Page 1 of 1

Calendar removeClass

Posted: 2022-08-05 10:33
by AhmedBR
Hi,

I am using this code to remove panel-body-description

Code: Select all

<script>
$j(document).ready(function(){
$j('#tableName-tile').find('.panel-body-description').removeClass('panel-body-description');
});
</script>
How to do the same with the AppGini calendar panel?

==============
panel.png
panel.png (28.81 KiB) Viewed 1836 times
=============
Cannot find and id for it!

Thanks