Posts by Geraldo • 91 points
3 posts
-
5
votes1
answer97
viewsA: What is the bash equivalent of python’s sys.argv method?
Arguments passed in the command line for a Bash script are called positional parameters and are accessed using variables whose name is a number (!), thus: the first parameter is the $1, the second…
-
1
votes3
answers580
viewsA: Problem with the input click
It seems that the "scrollTop" is causing the strange behavior. Evaluate whether this automatic shift is really important because in general this is not the expected behavior when filling out form on…
-
0
votes2
answers591
viewsA: How to make an automatic Divs transition in Jquery?
@Zkk looks like your code is doing what you want, switch between div1 and div2. However, it seems more certain to chain the disappearance and display of Divs 1 and 2. This gives you the possibility…