0
votes
0answers
17 views

Open a popup window and focus on it

I'm trying to open a popup window and focus on it but my efforts are in vain. Occasionally, the popup goes behind the main window. My desktop is shared by two screens and I am using Internet Explorer ...
0
votes
3answers
32 views

Unable to call method after class instantiation

var myclass = { init:function () { this.customer = null; }, test : function(data){ alert(testing); } }; I am instantiating myclass like above, and later on I am trying ...
0
votes
0answers
12 views

Detect mayus in input : event on focus

How can I detect mayus in my radtextbox on-focus event? The included snippet does not work as intended: kc = e.keyCode ? e.keyCode : e.which; sk = e.shiftKey ? e.shiftKey : ((kc == 16) ? true : ...
1
vote
1answer
37 views

IE 10 keyup/keydown not firing with jquery 1.10.1

Ok, this is really weird. Using jQuery 1.10.1, for some reason this isn't working in IE10 but works fine everywhere else (read chrome, firefox). Discovered this bug while creating a fiddle for an ...
0
votes
3answers
56 views

How to stop a jQuery animation when it is executed

this is my sample code. Below I explain my problem: <script type="text/javascript" src="jquery.min-1.10.1.js"></script> <script type="text/javascript" ...
0
votes
0answers
25 views

node.js - how to get disconnect event with socket.io?

Can someone tell me how to get disconnect event with socket.io with xhr-polling in node.js please? This example not working with xhr-polling but works with websockets.. /* Basics */ var express = ...
0
votes
1answer
28 views

on blur of input field validate field and cancel blur event if not valid

I am validating a field on blur event. And if the field is invalid I want the focus to remain in same field and not go to next field. When I do $(this).focus() within my blur function it only works in ...
0
votes
4answers
67 views

How to insert commas in numbers in an html template?

I have an html template, I want to make a generalize function that itself finds all the numbers in my template and insert comma after every 3 digits. Currently I am using this function which may take ...
0
votes
1answer
26 views

Button with class name click event not working

I have button with class name of "sldprv" but when in doucment ready I checked that button with class clicked or not. its not working and i am getting this error in chrome. and in fire fox it's not ...
0
votes
1answer
58 views

FadeOut effect not working

I am trying to use FadeIn and FadeOut effect in my website ( Rails App ). But there seems to be problem with the FadeOut effect ( the text is not fading out slowly as in Wix demo Website ). Here is ...
0
votes
1answer
12 views

Connect eventHandler after Handlebars Template loading

What is the proper way to connect all the handlers (e.g. for button clicks) automagically after the Handlebars template is loaded (probably using jQuery)? I mean is there any alternative to add the ...
2
votes
2answers
34 views

escape single quote from last name in jquery

I have ajax call in my JQuery code with which I am doing lookup with c# web method. The call works normally most of the time, the user needs to enter last name and it will get all the results for ...
0
votes
0answers
22 views

jQuey/Javascript window.onbeforeunload event

Scenario : I have html page that contains iframes and i have registered window.onbeforeunload event in html page for only html page unload event ( not for iframe unload event ). Problem : But ...
0
votes
1answer
46 views

onClick event is not triggering function

I have the following script which attempts to change the color of a div, when clicked, with an id of wrapper. I have tried variations of what's below, but can't see the issue. The on click event ...
-2
votes
1answer
37 views

Highchart chart not work on chrome and Firefox

I have created Highchart for my report, but its not appear on chrome and Firefox browser, but appear on IE, when i allow to activeX in IE after that chart apper correctly. plz anyone give me reson ...

1 2 3 4 5 461
15 30 50 per page