<?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 on: Truncatable &#8211; A jQuery plugin</title> <atom:link href="http://theodin.co.uk/blog/development/truncatable-jquery-plugin.html/feed" rel="self" type="application/rss+xml" /><link>http://theodin.co.uk/blog/development/truncatable-jquery-plugin.html</link> <description>Online portfolio of Philip Beel Front End Web Developer</description> <lastBuildDate>Wed, 01 Feb 2012 22:45:29 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Mesothelioma</title><link>http://theodin.co.uk/blog/development/truncatable-jquery-plugin.html/comment-page-1#comment-5643</link> <dc:creator>Mesothelioma</dc:creator> <pubDate>Sat, 24 Sep 2011 10:50:45 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=737#comment-5643</guid> <description>I have tested the plugin and can confirm that it runs on the lastest version on jQuery(V1.3.2) and works on IE Safari and Firefox. Happy coding!</description> <content:encoded><![CDATA[<p>I have tested the plugin and can confirm that it runs on the lastest version on jQuery(V1.3.2) and works on IE Safari and Firefox. Happy coding!</p> ]]></content:encoded> </item> <item><title>By: Amit yadav</title><link>http://theodin.co.uk/blog/development/truncatable-jquery-plugin.html/comment-page-1#comment-5285</link> <dc:creator>Amit yadav</dc:creator> <pubDate>Tue, 20 Sep 2011 12:20:22 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=737#comment-5285</guid> <description>The problem is solved, i have to update the trunctable.js file.</description> <content:encoded><![CDATA[<p>The problem is solved, i have to update the trunctable.js file.</p> ]]></content:encoded> </item> <item><title>By: Amit Yadav</title><link>http://theodin.co.uk/blog/development/truncatable-jquery-plugin.html/comment-page-1#comment-5284</link> <dc:creator>Amit Yadav</dc:creator> <pubDate>Tue, 20 Sep 2011 12:16:40 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=737#comment-5284</guid> <description>Hello! It was a really nice post, but one thing I would like to ask...When I click on &quot;read more..&quot;, it takes the page to the top no matter where i am in my page. What I want is that when I click &quot;read more...&quot;, it must not move any bit on top, Please tell me how to do that?</description> <content:encoded><![CDATA[<p>Hello! It was a really nice post, but one thing I would like to ask&#8230;When I click on &#8220;read more..&#8221;, it takes the page to the top no matter where i am in my page. What I want is that when I click &#8220;read more&#8230;&#8221;, it must not move any bit on top, Please tell me how to do that?</p> ]]></content:encoded> </item> <item><title>By: Geoff</title><link>http://theodin.co.uk/blog/development/truncatable-jquery-plugin.html/comment-page-1#comment-3526</link> <dc:creator>Geoff</dc:creator> <pubDate>Tue, 19 Jul 2011 01:42:51 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=737#comment-3526</guid> <description>Bugger lol, ok am not having much luck here, email me at - danztroniclive@hotmail.com.au if you want the code, sorry guys
Cheers
Geoff</description> <content:encoded><![CDATA[<p>Bugger lol, ok am not having much luck here, email me at &#8211; <a
href="mailto:danztroniclive@hotmail.com.au">danztroniclive@hotmail.com.au</a> if you want the code, sorry guys</p><p>Cheers</p><p>Geoff</p> ]]></content:encoded> </item> <item><title>By: Geoff</title><link>http://theodin.co.uk/blog/development/truncatable-jquery-plugin.html/comment-page-1#comment-3525</link> <dc:creator>Geoff</dc:creator> <pubDate>Tue, 19 Jul 2011 01:41:34 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=737#comment-3525</guid> <description>@Geoff,
Sorry guys the html took out the code  will try again -
&quot;
$(function () {
$(&#039;.text&#039;).truncatable({ limit: 250, more: &#039;&#039;, less: true, hideText: &#039;&#039; });
});
&quot;</description> <content:encoded><![CDATA[<p>@Geoff,</p><p>Sorry guys the html took out the code  will try again -</p><p>&#8221;<br
/> $(function () {<br
/> $(&#8216;.text&#8217;).truncatable({ limit: 250, more: &#8221;, less: true, hideText: &#8221; });<br
/> });<br
/> &#8220;</p> ]]></content:encoded> </item> <item><title>By: Geoff</title><link>http://theodin.co.uk/blog/development/truncatable-jquery-plugin.html/comment-page-1#comment-3524</link> <dc:creator>Geoff</dc:creator> <pubDate>Tue, 19 Jul 2011 01:40:01 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=737#comment-3524</guid> <description>Hi guys,
This script is awesome and just what i needed but wanted something else than ... after the text as it also comes underlined which i didnt want, so i replaced the ... and [hide text] with images which is also just as nice, here is the script modified to show images however you need an expand image and a collapse image -
$(function () {
$(&#039;.text&#039;).truncatable({ limit: 200, more: &#039;&#039;, less: true, hideText: &#039;&#039; });
});
Hope this helps as well and hope i havent caused any dramas with the developer re this :)
Cheeers
Geoff</description> <content:encoded><![CDATA[<p>Hi guys,</p><p>This script is awesome and just what i needed but wanted something else than &#8230; after the text as it also comes underlined which i didnt want, so i replaced the &#8230; and [hide text] with images which is also just as nice, here is the script modified to show images however you need an expand image and a collapse image &#8211;</p><p> $(function () {<br
/> $(&#8216;.text&#8217;).truncatable({ limit: 200, more: &#8221;, less: true, hideText: &#8221; });<br
/> });</p><p>Hope this helps as well and hope i havent caused any dramas with the developer re this <img
src='http://theodin.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Cheeers</p><p>Geoff</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This Quick Cache file was built for (  theodin.co.uk/blog/development/truncatable-jquery-plugin.html/feed ) in 0.33758 seconds, on Feb 4th, 2012 at 4:38 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 4th, 2012 at 5:38 pm UTC -->
