All Questions
6 questions
6
votes
2
answers
2k
views
Retirement Calculator
I created a program that determines how many years you have left before retiring, and in a year when you can retire.
This is my code below:
...
2
votes
1
answer
204
views
Option buttons in plugin Dialog
I used the jQuery UI plugin Dialog to ask a user for "name" and to show it in a subsequent dialog.
Is there the better way to add a function to the option "buttons" to get the data and to go to a ...
4
votes
1
answer
153
views
Toggle functions for drop down for a clock time widget
I'm fairly new to JQuery/JavaScript and I'm trying to refactor the following code:
...
7
votes
1
answer
543
views
jQuery dialog for help popup
I used jQuery-UI and jQuery to create a dialog popup for help snippets on search form inputs.
HTML (Calling Page)
...
5
votes
2
answers
218
views
Simple jQuery drag event
I would like some comments on my code and implementation for this simple piece of jQuery.
Basically it is 2 div boxes #side1 and #side2, in a container div called #frontimage, where #side2 can be ...
0
votes
1
answer
118
views
Tip dialog jQuery plugin
How would you write this jQuery code cleaner and better? I'm a beginner.
...