Displaying 4 results from an estimated 4 matches for "huddletogether".
2006 May 28
14
Lightbox and RJS
Hi,
I am trying to include lightbox functionality in my app, but there is
a slight complication. Apparently lightbox initializes all the links
to lightbox events on page load. However, in my case, some new links
to lightbox events will be rendered to the page through ajax events
(obviously this means after the page loads). So I figure I need to
find a way to call lightbox''s
2006 Jan 08
10
Resource Bundle Roundup
...ially some
conflicts between all of these resources, but the more we work on it
now, the easier it will be for all of us in this emerging 2.0 world.
Let''s make everyone else jealous of Rails in a whole new way :)
So far I have packaged and tested 4 bundles:
- Lightbox (http://www.huddletogether.com/projects/lightbox/
- Dynarch Calendar (http://www.dynarch.com/projects/calendar/)
- qForms (http://www.pengoworks.com/index.cfm?action=get:qforms)
- Textarea Tools (http://livsey.org/experiments/textareatools/)
Others that I have in mind include:
- subModal Dialog (http://www.subimage....
2006 Jun 23
5
Ajax zooming pictures
Hi,
I was wondering if anyone has an idea of the code that I can write to
achieve the follow effect.
http://www.istockphoto.com/file_search.php?action=file&userID=938503
When you move your mouse over an image, it shows a bigger picture.
Thanks
--
Posted via http://www.ruby-forum.com/.
2010 Oct 15
18
Newbie - Rails 3 lightbox?
Hello!
I''m trying to create a simple image "popup" effect using Lightbox2,
http://www.huddletogether.com/projects/lightbox2/. But I don''t get it
to work. My code looks lite this:
<span class="ad_image">
<a href="<%= ad.image.url(:thumb) %>" rel="lightbox"><img src="<%=
ad.image.url(:thumb) %>" /></a>
</span&...