- Posts: 2
- Thank you received: 0
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
devilishcrossnova wrote:
* still wondering about what should i do with the ".spanEv" class though
$(document).on(icmouse, modidid+' '+icclasstip, function(e){
e.preventDefault();
$('#ictip').remove();
$parent=$(this).parent();
$tip=$($parent).children(modidid+' .spanEv').html();
$(document).on('click', '.close', function(e){
e.preventDefault();
$('#ictip').remove();
});
$(document).on('mouseout', modidid+' '+icclasstip, function(e){
e.preventDefault();
$('#ictip').remove();
});
Please Log in or Create an account to join the conversation.