- Posts: 2
- Thank you received: 0
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.