$('#login-register .basic1').click(function (e) {
$("#basic-modal-content1").modal({onOpen: function (dialog) {
dialog.overlay.fadeIn('slow', function () {
dialog.data.hide();
dialog.container.fadeIn('slow', function () {
dialog.data.slideDown('slow');
});
});
}});
});
how can i add some size here...
This post has been edited by macosxnerd101: 29 October 2012 - 08:45 PM
Reason for edit:: Please use code tags

New Topic/Question
Reply


MultiQuote



|