Code With Logic

Creating Code For Simplicity but Logic For Need

Category Archives: jQuery

Creating Common Twitter Button For Entire WebSite Using JavaScript

Introduction This article shows how to create a Twitter button for sharing the dynamically changing divs or dynamically changing URLs. It will be very use full if you want to … Continue reading

September 1, 2013 · 5 Comments

jQuery UI Demystified: Part 3

Introduction Before reading this article, please go through the following articles:Part 1 : jQuery UI Demystified: Part 1 Part 2 : jQuery UI Demystified: Part 2 In this article we will learn about … Continue reading

September 1, 2013 · Leave a comment

Creating a Basic Overlay Effect in jQuery

Introduction This article introduces how to work with overlays in jQuery and how to use them in a proper and user-friendly way. Before proceeding, let us understand what overlay means. … Continue reading

September 1, 2013 · Leave a comment

Smooth Scrolling Effect in JavaScript Using jQuery

Introduction In this article we will create a website with a Smooth Scrolling Effect. It is currently very popular. It is also called a Parallax Effect. In this article we will … Continue reading

September 1, 2013 · Leave a comment

Creating a File Uploader Using JavaScript and HTML 5

Introduction This article explains how to upload a file using HTML 5 and JavaScript. HTML 5 provides an input type “File” that allows us to interact with local files. The File input … Continue reading

September 1, 2013 · 1 Comment

Creating tree view in jQuery

Introduction In this article we will learn how to create a tree view in jQuery. Tree view is used for representing hierarchy. You can use it for many purposes. So … Continue reading

September 1, 2013 · 1 Comment