Calendar removeClass

Topics related to AppGini plugins/add-ons go here.
Post Reply
AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Calendar removeClass

Post by AhmedBR » 2022-08-05 10:33

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 736 times
=============
Cannot find and id for it!

Thanks
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

Post Reply