Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Fullsize jQuery Plug-in
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fullsize  
View profile  
 More options Mar 30 2009, 11:58 pm
From: Fullsize <d...@drewwilson.com>
Date: Mon, 30 Mar 2009 20:58:14 -0700 (PDT)
Local: Mon, Mar 30 2009 11:58 pm
Subject: Fullsize jQuery Plug-in
Post everything related to the Fullsize jQuery Plug-in here.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hansrodt...@gmail.com  
View profile  
 More options Apr 4 2009, 2:44 pm
From: hansrodt...@gmail.com
Date: Sat, 4 Apr 2009 11:44:54 -0700 (PDT)
Local: Sat, Apr 4 2009 2:44 pm
Subject: Re: Fullsize jQuery Plug-in
On Mar 31, 5:58 am, Fullsize <d...@drewwilson.com> wrote:
> Post everything related to the Fullsize jQuery Plug-in here.

What license is it under? MIT?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fullsize  
View profile  
 More options Apr 4 2009, 2:59 pm
From: Fullsize <d...@drewwilson.com>
Date: Sat, 4 Apr 2009 11:59:43 -0700 (PDT)
Local: Sat, Apr 4 2009 2:59 pm
Subject: Re: Fullsize jQuery Plug-in
That answer can be found inside the jquery.fullsize.js file.
It is licensed the same way as jQuery itself. It is duel licensed
under the MIT & GPL licenses.

Thanks so much for supporting Fullsize!!

Peace,
Drew

On Apr 4, 11:44 am, hansrodt...@gmail.com wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
patdrybu...@gmail.com  
View profile  
 More options Apr 9 2009, 9:45 pm
From: patdrybu...@gmail.com
Date: Thu, 9 Apr 2009 18:45:37 -0700 (PDT)
Local: Thurs, Apr 9 2009 9:45 pm
Subject: Re: Fullsize jQuery Plug-in

On Mar 30, 11:58 pm, Fullsize <d...@drewwilson.com> wrote:

> Post everything related to the Fullsize jQuery Plug-in here.

I am currently trying to include this in a WordPress install. I am not
using the WordPress plugin, but the normal jQuery Fullsize plugin on
the addfullsize.com site.

I have the following in my header.php file:

<script src="http://www.google.com/jsapi" type="text/javascript"></
script>
    <script type="text/javascript">
        google.load("jquery", "1.2.6");
    </script>
<link href="<?php bloginfo('stylesheet_directory'); ?>/library/
fullsize/fullsize.css" media="screen" rel="stylesheet" type="text/
css" />
        <script type="text/javascript" src="<?php bloginfo
('stylesheet_directory'); ?>/library/fullsize/jquery.fullsize.js"></
script>
        <script type="text/javascript">
                $("#flickr img").fullsize({shadow: false, iconOffset: 2});
        </script>

My feeling is that it isn't working because I'm not using
"jQuery.noConflict();" anywhere… thoughts?

Thanks in advance for the help!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fullsize  
View profile  
 More options Apr 10 2009, 1:10 am
From: Fullsize <d...@drewwilson.com>
Date: Thu, 9 Apr 2009 22:10:16 -0700 (PDT)
Local: Fri, Apr 10 2009 1:10 am
Subject: Re: Fullsize jQuery Plug-in
Glad you are using Fullsize!

The problem is you are not putting the fullsize() call inside a
document.ready call. Do this:

<script type="text/javascript">
       $(function(){
                $("#flickr img").fullsize({shadow: false, iconOffset:
2});
       });
</script>

This will call fullsize() AFTER everything on the page has loaded.
This is typically how you should use jQuery.

Thanks so much!

Peace,
Drew

On Apr 9, 6:45 pm, patdrybu...@gmail.com wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pablokan@gmail.com  
View profile  
 More options Apr 10 2009, 8:38 am
From: "Pablo...@gmail.com" <Pablo...@gmail.com>
Date: Fri, 10 Apr 2009 05:38:41 -0700 (PDT)
Local: Fri, Apr 10 2009 8:38 am
Subject: Re: Fullsize jQuery Plug-in
Are you thinking about add an option for build a slideshow?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fullsize  
View profile  
 More options Apr 10 2009, 12:32 pm
From: Fullsize <d...@drewwilson.com>
Date: Fri, 10 Apr 2009 09:32:46 -0700 (PDT)
Local: Fri, Apr 10 2009 12:32 pm
Subject: Re: Fullsize jQuery Plug-in
Yes, That is planned for a version 2 of the plugin.
But That will not be for a little while :) I am pretty busy at the
moment with other projects.. but look forward to it :)

Thanks!

Peace,
Drew

On Apr 10, 5:38 am, "Pablo...@gmail.com" <Pablo...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »