Mengu.net - jQuery http://www.mengu.net/ mengu on web programming. en-us Sat, 31 Jul 2010 02:45:56 PM +0300 Tue, 10 Jun 2003 09:41:01 GMT Mengu.net mengu@mengu.net mengu@mengu.net jQuery OS Detection http://www.mengu.net/post/jquery-os-detection Windows doesn't have Lucida Grande font by default so my visitors from Windows was reading my posts with the default browser font. I wanted to change the font-family property for Windows users from Lucida Grande to Lucida Sans Unicode. I have searched and found a plugin to detect client's operating system with jQuery.

]]>
2010-01-28 06:11:19 http://www.mengu.net/post/jquery-os-detection
jQuery Rounded Corners http://www.mengu.net/post/jquery-rounded-corners You may notice that I am using round corners on my navigation and sidebar. I am not dealing with images or anything else to have round corners on my blocks so what I'm using? I'm using jQuery corner.

]]>
2010-01-20 03:08:50 http://www.mengu.net/post/jquery-rounded-corners
Simple jQuery Tooltip http://www.mengu.net/post/simple-jquery-tooltip I love jQuery and I am really thankful to its authors and contributors. It's an awesome tool. I did want to make a simple tooltip with jQuery for input elements. I've thought around 20 seconds to how to do it and found my solution.

]]>
2010-01-12 05:19:43 http://www.mengu.net/post/simple-jquery-tooltip
How To Make Drop Down Menus With JQuery http://www.mengu.net/post/how-to-make-drop-down-menus-with-jquery How Stuff Works

We see drop down menus everywhere but have you ever wondered how to make one? In this tutorial I explain how to do a simple drop down menu with jQuery.

]]>
2009-11-16 09:20:26 http://www.mengu.net/post/how-to-make-drop-down-menus-with-jquery
jQuery Dialog Not Working Twice? http://www.mengu.net/post/jquery-dialog-not-working-twice I was developing a web site for a client of mine when I have faced this error. I was creating the dialog like the following:

<script type="text/javascript">
function bb()
{
    $("#dialog").dialog({height: 1000, width: 1000, modal: true});
}
</script>
/* HTML */
<div id="dialog">dialog content..</div>
]]>
2009-11-11 09:30:03 http://www.mengu.net/post/jquery-dialog-not-working-twice
A Simple jQuery Accordeon Menu http://www.mengu.net/post/a-simple-jquery-accordeon-menu Some days ago I wanted to reinvent the wheel and create a accordeon menu with jQuery. Here I explain how I did.

First we prepare our page like the following..

]]>
2009-11-10 11:49:31 http://www.mengu.net/post/a-simple-jquery-accordeon-menu