| bio | website | midnight-coding.com |
|---|---|---|
| location | Dublin, Ireland | |
| age | 36 | |
| visits | member for | 2 years, 8 months |
| seen | 25 mins ago | |
| stats | profile views | 1,238 |
I'm quite inquisitive by nature and like to know how things work. I'm always thriving to improve myself by learning something new every day.
Every project I work on I incorporate something I have not tried before, to learn from and see what else is possible.
When I'm not working I enjoy learning about new technologies and gadgets as well as spending time with my family, cycling, reading and gaming.
|
May 17 |
awarded | Good Answer |
|
May 14 |
answered | Run a function at the first keypress event on an input |
|
May 14 |
comment |
Run a function at the first keypress event on an input Would using onkeyup instead work? Also, what does the change() function do and how do you know it is not running it the first time? |
|
May 14 |
revised |
How do these patterns differ? rephrased question to purely focus on the patterns so it can be re-openend |
|
May 14 |
comment |
How do these patterns differ? @user2251919: This question as it currently is asked is not very constructive in my opinion. The way it currently is phrased is that you are told to do one thing but don't agree. If you are still learning you should assume that the person teaching you has their reasons. However, being inquisitive is great and if you have a genuine question to what is different between 2 approaches than that is what the question should focus on instead of sounding like a "Who is right?" question which is not very constructive as the "right" may be depending on circumstances not known to us. |
|
May 14 |
revised |
How do I iterate through an arraylist? removed redundant title from title |
|
May 14 |
comment |
How to call a function on submit? @DeepeshShetty: If this answer has helped you solve your issue you should consider marking it as accepted to indicate to future users that this is what helped you solve it. |
|
May 14 |
revised |
How to call a function on submit? fixed spelling issue from "pooped up" to "displayed" for clarity |
|
May 14 |
revised |
How to call a function on submit? removed tags from title and formatted code for readability |
|
May 14 |
revised |
How to play a video when param is active removed tags from title and formatted code for readability |
|
May 13 |
comment |
jQuery $(window).load not working as expected Have you tried $(document).ready(function(){}) or $(window).ready(function(){})? |
|
May 13 |
revised |
Selecting the child of a block in a plugin removed redundant tag from title, formatted code and question for clarity and readability |
|
May 12 |
revised |
Horizontal center a div with dynamic width using css applied code formatting |
|
May 12 |
revised |
How to set options using variables? removed tags for title and re=phrased to match question added javascript tag as this is related to plain javascript and specifying object values. |
|
May 11 |
comment |
What jquery event is triggered when setting an input value with val()?The .val() function is designed not to trigger events when executed. That would imply there is code intentionally written to not trigger an event. That there is no event raised is nothing to do with .val() or jQuery at all. Programmatically changing the value using plain JavaScript also won't raise the change event. |
|
May 11 |
comment |
Data not getting saved using JQuery.ajax Your sample code doesn't look right. Even if from copy-paste, please ensure the code you show is in a valid format as other-wise we don't know if the issue you have is because of it or not. There is for example an additional ' character in here '<textarea id="txt_1'"rows="1" cols="50"></textarea>'; in the textarea's id property txt_1', messing up the formatting. |
|
May 11 |
revised |
Why is '' ^ 9 equal to 9? removed tag from title and reworded it |
|
May 10 |
comment |
Error with javascript in form submission in IE8 and IE9 @user2371209: Where is the relevant HTML? Can you post the rendered HTML markup output instead of the code? It is hard to determine what the resulting HTML is from the code. |
|
May 10 |
comment |
Error with javascript in form submission in IE8 and IE9 Can you please post the relevant HTML? |
|
May 10 |
comment |
Is Backbone.js really an MVC?So in what sense is backbone.js really an MVC or not? I know it is an old post but IMHO this question is not constructive and does not fit the SO Q&A format. There is no answer to this question only personal opinion and assumptions. |