Skip to content

Instantly share code, notes, and snippets.

View svishnuv's full-sized avatar

svishnuv svishnuv

View GitHub Profile

Buddy Manager

Buddy Manager Implemented using Angular , Bootstrap CSS

Two Tabs: Home | Add

User can , View , Add, Edit and Remove Buddies. Sort(Ascending) . Search For Buddies

Basic Sign Up Form

A Basic Signup Form using HTML , Bootstrap , jQuery , jQuery Validate Plugin

Validates Input Fields . Converts date to ISO 8601 Format by a hidden Field. Submits and outputs to Console for Demo Purposes .

Includes Option to Reset the Form

@svishnuv
svishnuv / Readme.md
Created January 30, 2016 03:47
Range Slider

rangeSlider

Requirement:

1.Range Slider with Plus & Minus options 2.Tooltip on Hover,Touch 3.Value on Thumb of Range Slider when not in focus/active

Workflow:

@svishnuv
svishnuv / bubble-range.js
Created January 30, 2016 02:08 — forked from dmolsen/bubble-range.js
jQuery-less version of Chris Coyier's Value Bubbles for Range Inputs
/**********************************************************
* jQuery-less version of Chris Coyier's
* Value Bubbles for Range Inputs
* http://css-tricks.com/value-bubbles-for-range-inputs/
**********************************************************/
function modifyOffset() {
var el, newPoint, newPlace, offset, siblings, k;
width = this.offsetWidth;
newPoint = (this.value - this.getAttribute("min")) / (this.getAttribute("max") - this.getAttribute("min"));