LINKDING
Login
Shared bookmarks
Sort by
Added ↑
Added ↓
Title ↑
Title ↓
Apply
Tags
SweetAlert
#alerts
#blogit
#javascript
#ui
#webdesign
|
If you're a front end web developer, alert boxes and confirmation dialogs are an important tool. This is a fast, good-looking way to ditch `alert()` without much effort.
10 years ago
|
View
Shared by
ttscoff
Duo - A next-generation package manager for the front-end.
#blogit
#javascript
#packagemanager
#webdesign
#webdev
|
This looks hot. I haven't tried it out yet, but it does away with some of the less convenient parts of Component or Browserify. Smart.
10 years ago
|
View
Shared by
ttscoff
Steady.js
#blogit
#javascript
#scroll
#webdesign
|
If you've ever worked with throttling onScroll handlers in a web page, this looks like a clever solution. I've been doing ok with a jQuery debounce/throttle combination, but this allows a callback function to delay the handler until a task is finished.
10 years ago
|
View
Shared by
ttscoff
cdnjs - the missing cdn
#blogit
#css
#javascript
#webdesign
|
There are currently 256 different JS, CSS and other handy bits hosted on cdnjs for inclusion in your projects. Handy.
11 years ago
|
View
Shared by
ttscoff
Create Custom jQuery Builds
#blogit
#javascript
#jquery
#webdesign
|
This is kinda big for people who love jQuery but want to cut down on bloat.
12 years ago
|
View
Shared by
ttscoff
Detect Scrollbar Width with JavaScript
#blogit
#javascript
#scrollbar
#webdesign
|
I do something similar to this on the Quick Look feature for [TUAW](http://www.tuaw.com), but may update my code to use this improved method.
13 years ago
|
View
Shared by
ttscoff
Calculate Browser Scrollbar Width
#blogit
#browser
#javascript
#jquery
#webdesign
|
Great jQuery trick from Jonathan Sharp for finding the width of the scrollbar in any given browser.
13 years ago
|
View
Shared by
ttscoff
Previous
1
Next
User
Everyone
ttscoff
Apply
Tags
-javascript
-webdesign
-blogit
a
lerts
b
rowser
c
ss
j
query
p
ackagemanager
s
croll
scrollbar
u
i
w
ebdev
Calculate Browser Scrollbar Width
http://jdsharp.us/jQuery/minute/calculate-scrollbar-width.php
Internet Archive
Tags
#blogit
#browser
#javascript
#jquery
#webdesign
Date added
July 26, 2011, 10:25 p.m.
Description
Great jQuery trick from Jonathan Sharp for finding the width of the scrollbar in any given browser.