Posts by Fred Chehuan • 23 points
3 posts
-
1
votes0
answers799
viewsQ: Datapicker ONLY Year and Month stopping in the month
I’m developing a solution that needs to optimize the time to feed the system with dates, which is often very repetitive. PROBLEM: One of the fields that inserts date, I just want the year and the…
-
0
votes2
answers296
viewsA: Node generating Json
Install npm on Node, use the Fylesystem (Fs) module with the "npm install" command at the prompt. https://www.npmjs.com/package/npm/tutorial After, format to json with the "strinffy" function and…
-
1
votes2
answers5850
viewsQ: How to generate event from checkbox marking or unchecking with jquery/javascript
I am trying to generate events from the user action in a checkbox list. The idea is simple: Manage the appearance of "Divs" content on the screen from the ". toogle()" jquery checkbox in html. The…