
popupwindow.css('top',$(link).offset().top + $(link).outerHeight() + 3 +'px')
else if( typeof(orientation) == 'string' && orientation === 'right' )
.css('left',$(link).offset().left + $(link).outerWidth() + 'px');
popupwindow.css('top',$(link).offset().top - 1 - 5 +'px')
var id = typeof(orientation) == 'number' ? orientation + 1 : 1;
if( typeof(value.target) == 'function' || typeof(value.target) == 'object' )
$.each($('#'+popupid).data('popups') || [], function( index, value ) {
function popup( link, popupid, items, orientation )
Комментариев нет:
Отправить комментарий