<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Jquery on Christian Gmeiner</title>
    <link>https://playground.christian-gmeiner.info/tags/jquery/</link>
    <description>Recent content in Jquery on Christian Gmeiner</description>
    <image>
      <title>Christian Gmeiner</title>
      <url>https://playground.christian-gmeiner.info/papermod-cover.png</url>
      <link>https://playground.christian-gmeiner.info/papermod-cover.png</link>
    </image>
    <generator>Hugo -- 0.152.2</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 16 Mar 2013 17:18:58 +0000</lastBuildDate>
    <atom:link href="https://playground.christian-gmeiner.info/tags/jquery/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>JQuery: autoscroll to last line of a div</title>
      <link>https://playground.christian-gmeiner.info/2013-03-16-jquery-autoscroll-to-last-line-of-a-div/</link>
      <pubDate>Sat, 16 Mar 2013 17:18:58 +0000</pubDate>
      <guid>https://playground.christian-gmeiner.info/2013-03-16-jquery-autoscroll-to-last-line-of-a-div/</guid>
      <description>&lt;p&gt;Image you are working on a small web application where you use a JQuery UI dialog
to inform the user about the current process.&lt;/p&gt;
 &lt;ul id=&#34;progress&#34; style=&#34;width: 300px; height: 200px; overflow: auto&#34;&gt; &lt;/ul&gt;
&lt;p&gt;Triggered via SSE I am appending some messages via JavaScript.&lt;/p&gt;
&lt;p&gt;$(&amp;rsquo;#progress&amp;rsquo;).append(&amp;quot;&amp;lt;span class=&amp;lsquo;ui-icon ui-icon-alert&amp;rsquo; style=&amp;lsquo;float: left; margin-right: .3em&amp;rsquo;;&amp;gt;&lt;/span&gt;&amp;quot; + stderr + &amp;ldquo;&lt;br&gt;&amp;rdquo;);&lt;/p&gt;
&lt;p&gt;In order to automaticly scroll to the last line I am using this two magic lines of JavaScript:&lt;/p&gt;
&lt;p&gt;var height = $(&amp;rsquo;#progress&amp;rsquo;)[0].scrollHeight; $(&amp;rsquo;#progress&amp;rsquo;).scrollTop(height);&lt;/p&gt;</description>
    </item>
    <item>
      <title>The choice of jQuery selector&#39;s</title>
      <link>https://playground.christian-gmeiner.info/2013-02-05-the-choice-of-jquery-selectors/</link>
      <pubDate>Tue, 05 Feb 2013 14:18:19 +0000</pubDate>
      <guid>https://playground.christian-gmeiner.info/2013-02-05-the-choice-of-jquery-selectors/</guid>
      <description>&lt;p&gt;Sometimes if you are doing some fancy HTML5 development you wonder what jQuery selector
would do the job. In such a case I can recommend the following little helper 🙂&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://codylindley.com/jqueryselectors/&#34; title=&#34;Selectors&#34;&gt;http://codylindley.com/jqueryselectors/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
