Linked Questions

9 votes
7 answers
814 views

I come from Java Background and so used to Debugging using Eclipse but have recently started on JavaScript(jQuery in particular) and am having really hard time debugging JavaScript Code so my question ...
Rachel's user avatar
  • 104k
2 votes
3 answers
3k views

I have some old javascript code from around 2000-2002 which (surprisingly) still works in IE, but doesn't in Firefox, Chrome, Opera etc. I already found out about some quirks, some browsers do some ...
marc40000's user avatar
  • 3,208
1 vote
1 answer
6k views

I have this form: <form id="platba"> <label class="c-input c-radio"> <input id="radio1" name="radio" type="radio" value="https://www.paypal.com/uk/webapps/...
user3197269's user avatar
-3 votes
2 answers
2k views

Morning! I'm trying to get an input value populated based on the change in a select box, so the user selects a code and the amount is populated, I need the select box to keep it's value so I can't ...
srob's user avatar
  • 167
3 votes
6 answers
503 views

I can't find great way to debug javascript. I know firebug on firefox, but it's not best way I think. I want to put break point and trace program but I can't with it. Do you know good tool or how to ...
Shunter1112's user avatar
-2 votes
2 answers
249 views

I'm trying to get this basic jquery function to work so I can use the same idea on a bigger part of a site I'm working on right now. Been looking through the code for an hour right now and I checked ...
Kyle Truong's user avatar
  • 2,751
-2 votes
2 answers
1k views

the code worked until line 48, after which it no longer worked. I would like to implement the switch on the "move" button on line 50-62, but this gave me the error Error: Uncaught SyntaxError: ...
Gianmarco Gagliardi's user avatar
0 votes
5 answers
827 views

Is there something like jsfiddle where i can just enter my js code and it will show me any syntax erros, ',' or ';' out of place for example? Using the code: $("#customer").autocomplete({ ...
John's user avatar
  • 3,934
0 votes
2 answers
921 views

I have a snippet in Jquery like below $(document).ready(function() { $('button#company').click(function() { var id = 0; var div = $(this).parents('div'); var names = div....
James's user avatar
  • 1,789
-3 votes
1 answer
614 views

I'm trying to get my JavaScript file to work properly on my webpage, and it did the first few times I tried it. However after that, all of a sudden nothing happens when I try to run it by pressing a ...
StevoHN's user avatar
  • 491
0 votes
1 answer
551 views

Over my webpage I use the google-provided ga function in order to send pageviews to my panel. But how I will detect during development of the webpage's javascript when the javascript send pageview? ...
Dimitrios Desyllas's user avatar
-5 votes
2 answers
324 views

I have a simple login register form, when the user types in the wrong email then they are shown text saying "Email in use" however this text is done with a php echo and therefore i am unable to edit ...
Bradley Cousins's user avatar
0 votes
2 answers
208 views

I have a simple html with included another html via jquery: <!-- included.html --> <ul> <li><a href="home.html">Home</a></li> <li><a href="about....
lucullus's user avatar
1 vote
3 answers
84 views

i have this code and it worke five minutes ago , when i restart my app it does not work , i don't know whyyyyyy : <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"&...
mitsu's user avatar
  • 430
-4 votes
1 answer
145 views

I am attaching my jsfiddle demo where I have a simple div tag with display set as none at first. On button click I want the display to be set as block so it is visible. I been trying to figure this ...
HereToLearn_'s user avatar
  • 1,170

15 30 50 per page
1
2 3 4 5
14