I dont see why not.

On 9/10/06, kevdotbadger <[EMAIL PROTECTED]> wrote:

Ah i see. I take it pasting it below the current content would be a better
idea. thanks. Any other demos for interface around the net? because i
dislike the whole
$('#ifxElement').CloseVertically(500); sdfas

would putting it like this work

$('#showCommentBox').click(function() {
$('#ifxElement').CloseVertically(500);
});

fine?

thanks again



Matt Stith wrote:
>
> No, i think it is going to stay as a plugin. You can move the contents of
> the interface.js file into your jquery file, and that would do the same
> thing.
>
> On 9/10/06, kevdotbadger <[EMAIL PROTECTED]> wrote:
>>
>>
>> Ah yes, i did have a look at the interface plugin. Very nice stuff. I
>> hear
>> that there going to be implimented into qjuery? so there will be no need
>> for
>> the 2 files? is this true?
>> thanks again :)
>>
>> John Resig wrote:
>> >
>> >> Also 2 more thing. could i put this into a new .js file and link it in
>> >> the
>> >> header and it will still work?
>> >
>> > Yes! As long as its after the jquery.js file, like you did before.
>> >
>> >> and what other 'fxs' can i have? Iv
>> >> experimented with the hide() and show() ones.
>> >
>> > jQuery comes with hide/show, slideUp/slideDown, and fadeIn/fadeOut -
>> > they're all pretty simple, and documented here:
>> > http://jquery.com/api/
>> >
>> > However, the magic comes in when you use .animate, which allows you do
>> > do stuff like:
>> >     $("#foo").animate({ top: 100, height:  "show", opacity: "show" },
>> > "slow");
>> >
>> > Which will give you some sort of crazy effect. The Interface library
>> > (http://interface.eyecon.ro/ ) has a whole mess of extra effects built
>> > in to it, so that's an option too.
>> >
>> > --John
>> >
>> > _______________________________________________
>> > jQuery mailing list
>> > [email protected]
>> > http://jquery.com/discuss/
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/little-help-tf2235942.html#a6232427
>> Sent from the JQuery forum at Nabble.com.
>>
>>
>> _______________________________________________
>> jQuery mailing list
>> [email protected]
>> http://jquery.com/discuss/
>>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>

--
View this message in context: http://www.nabble.com/little-help-tf2235942.html#a6235238
Sent from the JQuery forum at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to