Details
-
AboutFullstack Developer
-
Skillsjs, python, java, php
-
LocationGuatemala
-
Github
Joined devRant on 7/30/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I need to install homebrew in my OS X so i go to brew.sh
brew.sh: /usr/bin/ruby -e "$(....
me: ok, need to install ruby
ruby-lang.org: brew install ruby2 -
My boss ask me to install Time Machine in my computer to track my activity and take screenshots, but i'll not installing it because i'm remote and it's my own computer.3
-
Task:
Prevent users deleting items from the tokenInput.
Solution:
onDelete: function(item){
$("#token_input").tokenInput("add",item);
}