Loading mask CSS selector wrong
-
Hi –
I think you have the wrong CSS ID in the loading mask callback:
$('.wpfc-loading').css('left',position.left).css('top',position.top).css('width',$('#calendar').width()).css('height',$('#calendar').height()).show();
Should be $(‘#wpfc-calendar’) maybe?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Loading mask CSS selector wrong’ is closed to new replies.