<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Creative Individual Design Blog</title>
	<atom:link href="http://creativeindividual.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativeindividual.co.uk</link>
	<description>A Place of Inspiration</description>
	<lastBuildDate>Tue, 21 Feb 2012 11:05:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Create Multiple Pop-up Divs using the jQuery prev() Method by Laura Montgomery</title>
		<link>http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/comment-page-1/#comment-814</link>
		<dc:creator>Laura Montgomery</dc:creator>
		<pubDate>Tue, 21 Feb 2012 11:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=240#comment-814</guid>
		<description>Hi Shelly, thanks for commenting and sorry that you&#039;re having trouble with the script. I don&#039;t think the content within the div should be causing any problems - it&#039;s just a normal div being dynamically displayed using jQuery and CSS. The only thing I can think of is to double-check that all your tags are closed and that you haven&#039;t changed the order of the code, i.e that the div you want to hide is BEFORE the trigger link. Hope this helps...

Thanks for commenting,
Laura</description>
		<content:encoded><![CDATA[<p>Hi Shelly, thanks for commenting and sorry that you&#8217;re having trouble with the script. I don&#8217;t think the content within the div should be causing any problems &#8211; it&#8217;s just a normal div being dynamically displayed using jQuery and CSS. The only thing I can think of is to double-check that all your tags are closed and that you haven&#8217;t changed the order of the code, i.e that the div you want to hide is BEFORE the trigger link. Hope this helps&#8230;</p>
<p>Thanks for commenting,<br />
Laura</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Multiple Pop-up Divs using the jQuery prev() Method by Laura Montgomery</title>
		<link>http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/comment-page-1/#comment-813</link>
		<dc:creator>Laura Montgomery</dc:creator>
		<pubDate>Tue, 21 Feb 2012 09:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=240#comment-813</guid>
		<description>Hi Richard,

Sorry its taken me a bit of time to get back to you.

The code is simply set to display the content within the div with a class of pop-up:

	&lt;div class=&quot;pop-up&quot;&gt;
	  &lt;p&gt;
		&lt;strong&gt;Name:&lt;/strong&gt; Person 1&lt;br /&gt;
		&lt;strong&gt;Age:&lt;/strong&gt; 23&lt;br /&gt;
		&lt;strong&gt;Location:&lt;/strong&gt; Canada
	  &lt;/p&gt;
	&lt;/div&gt;

So quite simply you should just be able to change the code within the div tags:

	&lt;div class=&quot;pop-up&quot;&gt;
	  &lt;p&gt;
		  My custom text.
	  &lt;/p&gt;
	&lt;/div&gt;
	...
	&lt;div class=&quot;pop-up&quot;&gt;
	  &lt;img src=&quot;pic.jpg&quot; alt=&quot;My image&quot; /&gt;
	&lt;/div&gt;

You could also add another class so that the boxes could be styled differently, e.g. a different background colour.

	&lt;div class=&quot;pop-up blue-bg&quot;&gt;
	  &lt;p&gt;
		&lt;strong&gt;Name:&lt;/strong&gt; Person 1&lt;br /&gt;
		&lt;strong&gt;Age:&lt;/strong&gt; 23&lt;br /&gt;
		&lt;strong&gt;Location:&lt;/strong&gt; Canada
	  &lt;/p&gt;
	&lt;/div&gt;

Hope this answers your question.

Thanks,
Laura</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>Sorry its taken me a bit of time to get back to you.</p>
<p>The code is simply set to display the content within the div with a class of pop-up:</p>
<p>	&lt;div class=&#8221;pop-up&#8221;&gt;<br />
	  &lt;p&gt;<br />
		&lt;strong&gt;Name:&lt;/strong&gt; Person 1&lt;br /&gt;<br />
		&lt;strong&gt;Age:&lt;/strong&gt; 23&lt;br /&gt;<br />
		&lt;strong&gt;Location:&lt;/strong&gt; Canada<br />
	  &lt;/p&gt;<br />
	&lt;/div&gt;</p>
<p>So quite simply you should just be able to change the code within the div tags:</p>
<p>	&lt;div class=&#8221;pop-up&#8221;&gt;<br />
	  &lt;p&gt;<br />
		  My custom text.<br />
	  &lt;/p&gt;<br />
	&lt;/div&gt;<br />
	&#8230;<br />
	&lt;div class=&#8221;pop-up&#8221;&gt;<br />
	  &lt;img src=&#8221;pic.jpg&#8221; alt=&#8221;My image&#8221; /&gt;<br />
	&lt;/div&gt;</p>
<p>You could also add another class so that the boxes could be styled differently, e.g. a different background colour.</p>
<p>	&lt;div class=&#8221;pop-up blue-bg&#8221;&gt;<br />
	  &lt;p&gt;<br />
		&lt;strong&gt;Name:&lt;/strong&gt; Person 1&lt;br /&gt;<br />
		&lt;strong&gt;Age:&lt;/strong&gt; 23&lt;br /&gt;<br />
		&lt;strong&gt;Location:&lt;/strong&gt; Canada<br />
	  &lt;/p&gt;<br />
	&lt;/div&gt;</p>
<p>Hope this answers your question.</p>
<p>Thanks,<br />
Laura</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Pop-up div in jQuery by Laura Montgomery</title>
		<link>http://creativeindividual.co.uk/2011/02/create-a-pop-up-div-in-jquery/comment-page-1/#comment-812</link>
		<dc:creator>Laura Montgomery</dc:creator>
		<pubDate>Tue, 21 Feb 2012 08:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=190#comment-812</guid>
		<description>Hi Richard, thanks for commenting.

This code is really only good for individual pop-ups. That&#039;s why after some comment requests I developed the updated code which is designed to handle more than one pop-up from the same code. That&#039;s what code I&#039;d look at if I were you because it sounds perfect for what you are trying to achieve.

Let me know how you get on,
Laura</description>
		<content:encoded><![CDATA[<p>Hi Richard, thanks for commenting.</p>
<p>This code is really only good for individual pop-ups. That&#8217;s why after some comment requests I developed the updated code which is designed to handle more than one pop-up from the same code. That&#8217;s what code I&#8217;d look at if I were you because it sounds perfect for what you are trying to achieve.</p>
<p>Let me know how you get on,<br />
Laura</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Pop-up div in jQuery by richard lewis</title>
		<link>http://creativeindividual.co.uk/2011/02/create-a-pop-up-div-in-jquery/comment-page-1/#comment-811</link>
		<dc:creator>richard lewis</dc:creator>
		<pubDate>Mon, 20 Feb 2012 20:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=190#comment-811</guid>
		<description>HI Laura

Just realised i posted this on the multiple popup page, where im guessing it doesn&#039;t make sense.... i followed this guide

.How would i adapt this tutorial to make each popup unique with its own content….As a newbie to the developer world any help would be appreciated</description>
		<content:encoded><![CDATA[<p>HI Laura</p>
<p>Just realised i posted this on the multiple popup page, where im guessing it doesn&#8217;t make sense&#8230;. i followed this guide</p>
<p>.How would i adapt this tutorial to make each popup unique with its own content….As a newbie to the developer world any help would be appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Multiple Pop-up Divs using the jQuery prev() Method by richard lewis</title>
		<link>http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/comment-page-1/#comment-810</link>
		<dc:creator>richard lewis</dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=240#comment-810</guid>
		<description>apologies if ive asked twice, not sure if a previous message was sent</description>
		<content:encoded><![CDATA[<p>apologies if ive asked twice, not sure if a previous message was sent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Multiple Pop-up Divs using the jQuery prev() Method by richard lewis</title>
		<link>http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/comment-page-1/#comment-809</link>
		<dc:creator>richard lewis</dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=240#comment-809</guid>
		<description>HI Laura

Nice tutorial....How would i adapt this tutorial to make each popup unique with its own content....As a newbie to the developer world any help would be appreciated</description>
		<content:encoded><![CDATA[<p>HI Laura</p>
<p>Nice tutorial&#8230;.How would i adapt this tutorial to make each popup unique with its own content&#8230;.As a newbie to the developer world any help would be appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Pop-up div in jQuery by Richard Lewis</title>
		<link>http://creativeindividual.co.uk/2011/02/create-a-pop-up-div-in-jquery/comment-page-1/#comment-808</link>
		<dc:creator>Richard Lewis</dc:creator>
		<pubDate>Mon, 20 Feb 2012 13:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=190#comment-808</guid>
		<description>HI

Excellent Tutorial, for a novice like me, very easy to understand, so a big thanks... I have a similar issue to one that has been mentioned but wanted to clarify something... I want to use the popup for a list of contacts( so use the popups multiple times), if I use the previosuly suggested answer of trigger-1 Popup-1 , trigger-2 popup-2 , are there any alterations to the Jquery that need to be made..?</description>
		<content:encoded><![CDATA[<p>HI</p>
<p>Excellent Tutorial, for a novice like me, very easy to understand, so a big thanks&#8230; I have a similar issue to one that has been mentioned but wanted to clarify something&#8230; I want to use the popup for a list of contacts( so use the popups multiple times), if I use the previosuly suggested answer of trigger-1 Popup-1 , trigger-2 popup-2 , are there any alterations to the Jquery that need to be made..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Multiple Pop-up Divs using the jQuery prev() Method by Shelly Caldwell</title>
		<link>http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/comment-page-1/#comment-807</link>
		<dc:creator>Shelly Caldwell</dc:creator>
		<pubDate>Fri, 17 Feb 2012 17:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=240#comment-807</guid>
		<description>This works great until I put in the text I want to show (as seen below) I&#039;m  not sure if it&#039;s the punctuation, or what but I can&#039;t get this work when I add this into the pop up div:

I live on the west side of Michigan about 20 minutes from Grand Rapids and 30 minutes from the beach. I love it here, the winters can be long, but I love the seasons. I have two wonderful, energetic boys, Nate 9 and Zach 6. They are my constant inspiration.  I am the owner of Cocoa Daisy and love it! The hours are long but the commute (down the stairs to my office) is short!
  I have been scrapbooking for about 12 years and have had layouts and mini albums published in various magazines and idea books. I have been a Creating Keepsakes HOF honorable mention twice and became a Memory Makers Master in 2009. 
  My schooling and background are in fine arts and graphic design, this tends to come through in my scrapbooking style: bold and graphic with a touch of whimsy. I love to have all the elements on a layout support it&#039;s theme in some way, and to draw people in and have them take a minute to discover all the little details. My journaling is always honest and from my heart.
  Being artistic is a driving force in my life - I have to do something creative everyday, whether it&#039;s gardening, decorating, sewing or scrapbooking! I am very excited to be a part of the Cocoa Daisy Design Team and hope that I can inspire you!</description>
		<content:encoded><![CDATA[<p>This works great until I put in the text I want to show (as seen below) I&#8217;m  not sure if it&#8217;s the punctuation, or what but I can&#8217;t get this work when I add this into the pop up div:</p>
<p>I live on the west side of Michigan about 20 minutes from Grand Rapids and 30 minutes from the beach. I love it here, the winters can be long, but I love the seasons. I have two wonderful, energetic boys, Nate 9 and Zach 6. They are my constant inspiration.  I am the owner of Cocoa Daisy and love it! The hours are long but the commute (down the stairs to my office) is short!<br />
  I have been scrapbooking for about 12 years and have had layouts and mini albums published in various magazines and idea books. I have been a Creating Keepsakes HOF honorable mention twice and became a Memory Makers Master in 2009.<br />
  My schooling and background are in fine arts and graphic design, this tends to come through in my scrapbooking style: bold and graphic with a touch of whimsy. I love to have all the elements on a layout support it&#8217;s theme in some way, and to draw people in and have them take a minute to discover all the little details. My journaling is always honest and from my heart.<br />
  Being artistic is a driving force in my life &#8211; I have to do something creative everyday, whether it&#8217;s gardening, decorating, sewing or scrapbooking! I am very excited to be a part of the Cocoa Daisy Design Team and hope that I can inspire you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Multiple Pop-up Divs using the jQuery prev() Method by 55 Best Jquery Tutorial - Design Freebies</title>
		<link>http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/comment-page-1/#comment-796</link>
		<dc:creator>55 Best Jquery Tutorial - Design Freebies</dc:creator>
		<pubDate>Thu, 02 Feb 2012 07:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=240#comment-796</guid>
		<description>[...] 39. Create Multiple Pop-up Divs using the jQuery prev() Method [...]</description>
		<content:encoded><![CDATA[<p>[...] 39. Create Multiple Pop-up Divs using the jQuery prev() Method [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Pop-up div in jQuery by Laura Montgomery</title>
		<link>http://creativeindividual.co.uk/2011/02/create-a-pop-up-div-in-jquery/comment-page-1/#comment-793</link>
		<dc:creator>Laura Montgomery</dc:creator>
		<pubDate>Tue, 31 Jan 2012 09:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=190#comment-793</guid>
		<description>Hi Diana,

Thanks for commenting. Yes this is certainly achievable - Firstly, I&#039;d recommend using the updated version of the code: http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/

Next you&#039;ll need to make the pop-up a trigger as well, so that it stays open when your mouse is over it. You&#039;ll probably also need to position the pop-up box closer the the trigger element - so that your mouse can move to it without it disappearing again. After that, you can put whatever you like into the div, a link, an image, a tool-tip, etc.

I haven&#039;t tried it myself but I think if you use the updated code, you&#039;ll just need to add the pop-up div as a trigger. So the code becomes:

  $(document).ready(function() {
    //If Javascript is running, change css on product-description to display:block
    //then hide the div, ready to animate
    $(&quot;div.pop-up&quot;).css({&#039;display&#039;:&#039;block&#039;,&#039;opacity&#039;:&#039;0&#039;})

    $(&quot;a.trigger&quot;).hover(
      function () {
        $(this).prev().stop().animate({
          opacity: 1
        }, 500);
      },
      function () {
        $(this).prev().stop().animate({
          opacity: 0
        }, 200);
      }
    )

    $(&quot;div.pop-up&quot;).hover(
      function () {
        $(this).stop().animate({
          opacity: 1
        }, 500);
      },
      function () {
        $(this).stop().animate({
          opacity: 0
        }, 200);
      }
    )
  });

Notice that I&#039;ve removed .prev() from the pop-up hover code.

As I said, I haven&#039;t tried it myself so I can&#039;t guarantee that this is the best way to do it but should give you a good starting point.

Good Luck,
Laura</description>
		<content:encoded><![CDATA[<p>Hi Diana,</p>
<p>Thanks for commenting. Yes this is certainly achievable &#8211; Firstly, I&#8217;d recommend using the updated version of the code: <a href="http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/" rel="nofollow">http://creativeindividual.co.uk/2011/08/create-multiple-pop-up-divs-using-the-jquery-prev-method/</a></p>
<p>Next you&#8217;ll need to make the pop-up a trigger as well, so that it stays open when your mouse is over it. You&#8217;ll probably also need to position the pop-up box closer the the trigger element &#8211; so that your mouse can move to it without it disappearing again. After that, you can put whatever you like into the div, a link, an image, a tool-tip, etc.</p>
<p>I haven&#8217;t tried it myself but I think if you use the updated code, you&#8217;ll just need to add the pop-up div as a trigger. So the code becomes:</p>
<p>  $(document).ready(function() {<br />
    //If Javascript is running, change css on product-description to display:block<br />
    //then hide the div, ready to animate<br />
    $(&#8220;div.pop-up&#8221;).css({&#8216;display&#8217;:'block&#8217;,'opacity&#8217;:&#8217;0&#8242;})</p>
<p>    $(&#8220;a.trigger&#8221;).hover(<br />
      function () {<br />
        $(this).prev().stop().animate({<br />
          opacity: 1<br />
        }, 500);<br />
      },<br />
      function () {<br />
        $(this).prev().stop().animate({<br />
          opacity: 0<br />
        }, 200);<br />
      }<br />
    )</p>
<p>    $(&#8220;div.pop-up&#8221;).hover(<br />
      function () {<br />
        $(this).stop().animate({<br />
          opacity: 1<br />
        }, 500);<br />
      },<br />
      function () {<br />
        $(this).stop().animate({<br />
          opacity: 0<br />
        }, 200);<br />
      }<br />
    )<br />
  });</p>
<p>Notice that I&#8217;ve removed .prev() from the pop-up hover code.</p>
<p>As I said, I haven&#8217;t tried it myself so I can&#8217;t guarantee that this is the best way to do it but should give you a good starting point.</p>
<p>Good Luck,<br />
Laura</p>
]]></content:encoded>
	</item>
</channel>
</rss>

