Skip to content

Instantly share code, notes, and snippets.

@gotmayonase
Created October 14, 2015 03:36
Show Gist options
  • Save gotmayonase/8bef430f15943f4d44b6 to your computer and use it in GitHub Desktop.
Save gotmayonase/8bef430f15943f4d44b6 to your computer and use it in GitHub Desktop.
function updateCSS(){
$ss.css({
'border-width' : borderWidthString(),
'border-image' : borderImageString()
})
}
function borderWidthString() {
return //whatever builds that string here
}
function borderImageString() {
return //whatever buiilds that string here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment