Code With Logic

Creating Code For Simplicity but Logic For Need

Category Archives: jQuery

Windows 8 Metro UI For Websites:Toast Notifications

Introduction This article demonstrates the Windows 8 notification scheme for a website. After reading this article you will be able to show the windows 8 style notifications on your website. … Continue reading

February 21, 2014 · 1 Comment

Windows 8 Metro UI For Websites: Menu V2

Introduction In this article I will show you the enhanced version of the Windows 8 menu for websites. In my last article I showed the basic menu but now we … Continue reading

January 29, 2014 · 1 Comment

Windows 8 Metro UI For Websites: Menu V1

Introduction Windows 8 is currently making a lot of noise in the market. One of the things that is entirely different in Windows 8 from revious versions of Windows is … Continue reading

January 29, 2014 · Leave a comment

Table Highlight Using CSS and jQuery: Part 1

Introduction In this article I will show you how to add a table highlighting feature in a HTML table. I assume that you have some basic knowledge of HTML, CSS3 … Continue reading

January 21, 2014 · Leave a comment

Table Highlight Using CSS and jQuery: Part 2

Introduction In Part 1 of  this article deries we made a single row highlighting effect. In this article we are creating a single column and a single table cell highlighting feature. I … Continue reading

January 21, 2014 · Leave a comment

Table Highlighting Using CSS and jQuery: Part 3

Introduction Table Highlight Using CSS and jQuery: Part 1 Table Highlight Using CSS and jQuery: Part 2 In Part 2 of  this article series we created a column and cell … Continue reading

January 21, 2014 · Leave a comment

Creating custom context menu using jQuery

Live OUTPUT  Introduction Hello readers, in this article I’m going to tell you a very amazing thing. You can customize your website by many ways but have you ever thought … Continue reading

September 5, 2013 · 3 Comments

jQuery UI Demystified: Part 1

Introduction In this tutorial we will learn about the jQuery UI developed using JavaScript. The UI in jQuery UI stands for User Interface which means that it’s a library to … Continue reading

September 1, 2013 · Leave a comment

jQuery UI Demystified: Part 2

Introduction In this article we will learn about jQuery Interaction. jQuery offers 5 kinds of interactions. All are mouse based and can be used in combination to provide easy interaction … Continue reading

September 1, 2013 · Leave a comment

Differences Among Bind(), Live(), Delegate(), Trigger() in jQuery

Introduction In this article we will learn about the live(), bind(), click(), delegate(), trigger() and  triggerHandler() methods for adding event handlers to elements. They are one of the most confusing … Continue reading

September 1, 2013 · Leave a comment