<?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: Detect browser name and version using js</title> <atom:link href="http://manchumahara.com/2008/07/27/detect-browser-name-and-version-using-js/feed/" rel="self" type="application/rss+xml" /><link>http://manchumahara.com/2008/07/27/detect-browser-name-and-version-using-js/</link> <description>&#34;Manchumahara&#34; ...... The virtual, crazy, vagabond and  an emotional stupid!</description> <lastBuildDate>Fri, 10 Feb 2012 10:28:23 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: sanooj ah</title><link>http://manchumahara.com/2008/07/27/detect-browser-name-and-version-using-js/comment-page-1/#comment-15525</link> <dc:creator>sanooj ah</dc:creator> <pubDate>Tue, 30 Aug 2011 08:10:13 +0000</pubDate> <guid isPermaLink="false">http://manchumahara.com/?p=171#comment-15525</guid> <description>[code]i think this is also a simple method to detect browser $(document).ready(function() { if ( $.browser.msie ){ if($.browser.version == ’6.0′) { $(‘html’).addClass(‘ie6′); } if($.browser.version == ’7.0′) { $(‘html’).addClass(‘ie7′); } if($.browser.version == ’8.0′) { $(‘html’).addClass(‘ie8′); } if($.browser.version == ’9.0′) { $(‘html’).addClass(‘ie9′); } } else if ( $.browser.webkit ) { $(‘html’).addClass(‘webkit’); } else if ( $.browser.mozilla ) { $(‘html’).addClass(‘mozilla’); } else if ( $.browser.opera ) { $(‘html’).addClass(‘opera’); } }); [/code]</description> <content:encoded><![CDATA[<pre class="brush: plain; title: ; notranslate">i think this is also a simple method to detect browser
$(document).ready(function()
{
if ( $.browser.msie ){
if($.browser.version == ’6.0′)
{
$(‘html’).addClass(‘ie6′);
}
if($.browser.version == ’7.0′)
{
$(‘html’).addClass(‘ie7′);
}
if($.browser.version == ’8.0′)
{
$(‘html’).addClass(‘ie8′);
}
if($.browser.version == ’9.0′)
{
$(‘html’).addClass(‘ie9′);
}
}
else if ( $.browser.webkit )
{ $(‘html’).addClass(‘webkit’);
}
else if ( $.browser.mozilla )
{ $(‘html’).addClass(‘mozilla’);
}
else if ( $.browser.opera )
{ $(‘html’).addClass(‘opera’);
}
});
</pre>]]></content:encoded> </item> <item><title>By: admin</title><link>http://manchumahara.com/2008/07/27/detect-browser-name-and-version-using-js/comment-page-1/#comment-368</link> <dc:creator>admin</dc:creator> <pubDate>Tue, 02 Sep 2008 06:53:12 +0000</pubDate> <guid isPermaLink="false">http://manchumahara.com/?p=171#comment-368</guid> <description>@Paulo Sossa Thanks Paulo Sossa. but what do u mean by &quot;any chance of pro version or extended paying support ?&quot; . </description> <content:encoded><![CDATA[<p>@Paulo Sossa</p><p>Thanks Paulo Sossa. but what do u mean by &quot;any chance of pro version or extended paying support ?&quot; .</p> ]]></content:encoded> </item> <item><title>By: Paulo Sossa</title><link>http://manchumahara.com/2008/07/27/detect-browser-name-and-version-using-js/comment-page-1/#comment-367</link> <dc:creator>Paulo Sossa</dc:creator> <pubDate>Tue, 02 Sep 2008 04:20:33 +0000</pubDate> <guid isPermaLink="false">http://manchumahara.com/?p=171#comment-367</guid> <description>awesome script  exactly what i needed   thank you so much.....such a time saver...any chance of pro version or extended paying support ? </description> <content:encoded><![CDATA[<p>awesome script  exactly what i needed   thank you so much&#8230;..such a time saver&#8230;any chance of pro version or extended paying support ?</p> ]]></content:encoded> </item> <item><title>By: Mostanser Billah</title><link>http://manchumahara.com/2008/07/27/detect-browser-name-and-version-using-js/comment-page-1/#comment-348</link> <dc:creator>Mostanser Billah</dc:creator> <pubDate>Mon, 28 Jul 2008 03:42:39 +0000</pubDate> <guid isPermaLink="false">http://manchumahara.com/?p=171#comment-348</guid> <description>Nice post this segment of code could reduce bulky browser detection code. Thanks Manchu! </description> <content:encoded><![CDATA[<p>Nice post this segment of code could reduce bulky browser detection code.</p><p>Thanks Manchu!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/11 queries in 0.055 seconds using disk: basic
Object Caching 320/321 objects using disk: basic

Served from: manchumahara.com @ 2012-02-11 18:00:27 -->
