2 Replies - 661 Views - Last Post: 30 October 2012 - 06:15 PM

#1 corvinuz27   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 29-October 12

Hello , kinda new to jquery.. need some help

Posted 29 October 2012 - 08:45 PM

$('#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

Is This A Good Question/Topic? 0
  • +

Replies To: Hello , kinda new to jquery.. need some help

#2 JackOfAllTrades   User is offline

  • Saucy!
  • member icon

Reputation: 6260
  • View blog
  • Posts: 24,030
  • Joined: 23-August 08

Re: Hello , kinda new to jquery.. need some help

Posted 30 October 2012 - 03:13 AM

Add some size? I don't know, Enzyte maybe?

Be clearer what you're trying to achieve.
Was This Post Helpful? 0
  • +
  • -

#3 Locke   User is offline

  • Sarcasm Extraordinaire!
  • member icon

Reputation: 552
  • View blog
  • Posts: 5,624
  • Joined: 20-March 08

Re: Hello , kinda new to jquery.. need some help

Posted 30 October 2012 - 06:15 PM

@JackOfAllTrades: Enzyte...LOL. :D

You have to add them as fields on the object. Hint: onOpen is a field that specifies a function. Follow that as a guideline, but you only need to specify integers for size instead of entire functions.

This post has been edited by Locke: 30 October 2012 - 06:16 PM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1