Creating and handling JavaScript events inline in HTML or through a script.
0
votes
0answers
6 views
raphael js : text elements drag & drop in the wrong direction
1- I have a lot of text elements that I draw by raphael js and I added drag & drop possibility to them (the entire raphael paper), most of them are dragged perfectly but there is some text ...
0
votes
0answers
8 views
The function that is expected to be executed when javascript window.onload event occured is always
I am trying to calculate page load time by executing below code on a newly opened window,
In the below code "driver" is my Selenium WebDriver object.
JavascriptExecutor js = ...
0
votes
0answers
2 views
PhantomJS and Ipad creating touchevents
I'm running the following piece of code to test with Jasmine a touch event functionality on a web application.
if(hasTouch) {
var changedTouches = [{pageX: offset, pageY: offset}];
...
0
votes
0answers
29 views
Multiple email validations through inputs using javascript
<script>
function validate()
{
var str1;
var str2;
if(str1==str2)
{
alert("email1 and email 2 are matching");
}
else
...
0
votes
2answers
29 views
In mozilla firefox, the placeholder is working but issue on pressing esc key
First I tested support by
function SupportsInputPlaceholder() {
var i = document.createElement("input");
return "placeholder" in i;
}
$(document).ready(function(){
...
-2
votes
0answers
61 views
javascript eval doesnt work when passing a href [closed]
I'm using JSprototype.
When I'm trying to pass a link thru ajax.request
it doesn't evaluate the code inside
<a href="javascript:alert('fdg');" onClick="return true;">link</a>
nothing ...
0
votes
1answer
43 views
Bind function to image, or to anchor IF anchor's only child is img
I've run in to an issue in a chrome extension I'm writing where right clicking on an image fires off a function, however this function does not currently work if the img is wrapped in an anchor tag.
...
0
votes
0answers
14 views
pasting excel data into html text input
I'm trying to paste a single column from excel into a text input. Firefox does this without problem, but IE only pastes the top cell of the column.
Using window.clipboardData.getData("Text"); and ...
0
votes
1answer
36 views
imagepicker jquery callback clicked
I am using this http://rvera.github.io/image-picker/ library
and I don't know how to show the value of the src image when clicked.
Can you help me?
This is my example
...
0
votes
1answer
24 views
trouble getting onchange in a select element to work
I have some HTML and I can't get the onchange function to fire.
<head>
<script type="text/javascript">
function goToDelete(){
alert("test")
}
...
3
votes
4answers
43 views
Stop propagation not working, avoid children clic trigger other function
Hi i write simple overlay for my page, kind of lightbox, but is going to do other stuff, anyway, My bigger problem in this tests... is I want when you clic the overlay mask, the overlay close... But ...
0
votes
6answers
69 views
How to get the closest img tag in jquery?
HTML
<tr class='test_file'>
<td id=img_id><img src='"+ROOT_PATH+"/assets/arrow_black_right.png' /></td>
<td colspan=2 id=fileName>"+fileName+"</td>
...
1
vote
1answer
17 views
Can arguments be passed just by reference to function in javascript
Look at this:
addEventListener("mouseover", function(e){..code..},false);
can be written as
function mouseover(e){ ... }
addEventListener('mouseover', mouseover, false);
so here mouseover ...
0
votes
0answers
12 views
completion of async download (jquery custom event? Deferred?)
I am using Chrome to download a large PNG files (map tiles 256x256). Chrome chokes on TOO many XHR2 requests
If I simply loop through and do 5K of these, then the Chrome Browser does not throttle and ...
0
votes
1answer
15 views
Keyboard Event MediaPlayPause
It seems that we can catch the event MediaPlayPause
keyCode: 179
keyIdentifier: "MediaPlayPause"
This is a good news, but actually, I didn't manage to find a way to stop the initial event that do ...
0
votes
0answers
14 views
error placement using tooltipster and jQuery form validation plugins?
i use jQuery form validation plugin This one to validate my form and tooltipster to show errors messages.
the code working with no problems to validate the form and show errors the only problem ...
1
vote
0answers
40 views
keycode is always zero in Chrome for Android
I need to detect the keycode for a custom search box on my website, but the keycode always returns as zero on Chrome for Android (except for backspace, which returns 8). Has anyone else experienced ...
0
votes
2answers
34 views
How To create a event on seperate page javascript
Hello I'm trying to figure out how to create a event on a separate page from my index page below. For instance when a click event occurs I want to append a new node on a separate page (artist.html) I ...
0
votes
1answer
47 views
javascript - open link when user changes date in date picker
I am using a twitter bootstrap datepicker (http://www.eyecon.ro/bootstrap-datepicker/)
What I am trying to do is use the input value (e.g. 15-02-2012 ) to load a page, when the user changes the date.
...
0
votes
0answers
13 views
jQuery plugin not loading after DOM is repopulated
I'm making a jQuery plugin that submits a form by Ajax when it is submitted, instead of redirecting the page to its action attribute, and it has other functionalities like an auto-save listener.
In ...
0
votes
1answer
24 views
jQuery .on() not working with mousenter and mouseleave
I am trying to use .on(), since .live() is deprecated. Yet I can't get .on() to work.
I got this html part:
...
<div class="tile" data-position="0,0" style="top: 539.5px; left: 380px;">
...
0
votes
1answer
19 views
CrossBrowser Js Listener [duplicate]
Okay so currently this is what i found from my predecessor and the code has stopped working so it's my job to fix it or at least patch it up..
simply I'd like to condense this into a smaller ...
0
votes
1answer
56 views
how to make image stay in it's own place on the mouse over [closed]
please help me.I had tried really hard for it but nothing achived.I want the image to stay in its own place even when the mouse goes on it,I mean when the mouse moves from the relevent <li> to ...
0
votes
3answers
43 views
How to use a value from an element to set the interval in setInterval
I have a page that shows the people that accepted to come to an event along with some details about them. These people accept by filling in a form which is then submitted to a database. My page ...
-1
votes
1answer
23 views
How to use tilesloaded event for google maps v3
Here I have a code:
<script>
$(function() {
$( "#photo" ).resizable();
$( "#photo" ).draggable({revert: 'invalid'});
$( "#left" ).droppable({
accept: '#photo',
drop: ...
0
votes
1answer
25 views
How to detect onload event of image which was loaded in custom object
I am creating a sample program to display an image on canvas but would like to enclose actual drawing process into a custom object.
The following code won't show the image as pictFrame.img.onload ...
0
votes
2answers
19 views
How to use document.getElementById(“elemId”).innerHTML basd on a value greater than 0?
How to change the page HTML based on a variable value being greater than 0?
I believe that document.getElementById("elemId").innerHTML is the way to go but do not know how to add in the variable ...
0
votes
0answers
17 views
Call page.focusin and page.focusout constantly
I have an html page in which I have two pages.
one page is without header tag
other is with header tag
Now when I start my app on the device page without header never calls focusin and focusout ...
1
vote
1answer
144 views
+100
Why jQuery triggerHandler() works but trigger() doesn't?
Click an element using triggerHandler() works:
$element = $('#gwt-debug-location-pill-edit-div:visible');
$element.triggerHandler('click');
But, clicking it using trigger(), doesn't:
...
0
votes
2answers
46 views
javascript event handling not working
I am following this link to learn about basic javascript but for some strange reason this little piece of code does not seem to be playing nice with me. Any suggestions on why I am not getting the ...
0
votes
2answers
39 views
Can hover event work with on() method?
jQuery noobie here. My code works fine when I run:
$('.badge').hover(
function() {
$('.js-main-header').hide()
$(this).find('.js-badge').show()
},
function() {
...
0
votes
0answers
17 views
How to use JavaScript onclick event handler -WebForm_DoPostBackWithOptions in XCODE
I am writing iOS Application to access data on website. It has username and password. So far I am unable to log into website programatically. Below is aspx code for Login button
<div ...
0
votes
4answers
65 views
attempting to make enter button 'clickable'
I want to make a 'search' button clickable upon clicking enter.
this is my html
<input type="text" runat="server" id="txtSearch" onkeypress="searchKeyPress(event);"
<input type="button" ...
0
votes
1answer
32 views
Adding an event listener to a div to perform an event if the div becomes empty (has no children)
My goal is the following: create a listener that will be binded to a div and it will fire up if there are no children left in that div.
I keep seeing how to bind a listener to say onClick etc.. but ...
0
votes
2answers
39 views
multiple event listener in javascript
How to add multiple event listeners in the same initialization?
For example:
<input type="text" id="text">
<button id="button_click">Search</button>
JavaScript:
var myElement = ...
0
votes
1answer
38 views
how to close the table on click in javascript?
I have a table which takes the user details. The code is as follows
<table id="record" border=1>
<tr>
<td>Emp Name</td>
<td><input type="text" ...
0
votes
1answer
27 views
Can't add an event to a button
I am working on this Windows 8 test application and I'm using the grid app template. In the itemDetail.html I have the following HTML code (I removed all the other code in that div and added this ...
0
votes
1answer
50 views
Javascript event handler to execute after default behavior
In Javascript, how can I attach an event handler so that it gets run after the default action?
<form target="_blank" action="submit.php" onsubmit="doThisAfterSubmit()">
<input ...
0
votes
0answers
23 views
Detect if an external font has loaded using JavaScript
I'm loading 30 external fonts and I need to detect if the font has loaded to let the user know that the application is ready for use. How can I do that?
I know how to detect CSS, images and JS but ...
-1
votes
2answers
44 views
push method containing > in js code [closed]
I am looking into a large chunk of code but he problem is i dont know what one particular line is doing...
they have include this symbol > into this push method..
i tried giving alert but could not ...
-2
votes
0answers
62 views
alert for push method shows syntax error [closed]
I am using push method in js..
i am trying to use an alert and display the value in push method...
but when i give the alert it shows some syntax error...
its working fine when i display alert for a ...
0
votes
1answer
50 views
Where should I add the JS event to make my links work?
Not sure of where to add my event, my links work when right-clicking and doing "open in new tab" so they are live, but when I try to just click/touch, they don't work.
// Create mobile main ...
0
votes
1answer
63 views
can you retrieve a property using document.getElementById? [closed]
e.g i have a button with background-color:#FF0000, and i want to store that property(color) into a variable. I have tried this:
var x=document.getElementById("button1").style.background;
but it ...
0
votes
1answer
22 views
Custom function fails to trigger on backgrid:exitEditMode
I am using backgridjs for one of my upcoming projects , i want to call a custom callback function on backgrid:exitEditMode , i tried something like this below
//Sample code snippet
var Columns = new ...
0
votes
1answer
31 views
DOMNodeInsertedIntoDocument on <body> element
I want to "catch" the very first moment when the <body> has created. I've tried using DOMNodeInserted / DOMNodeInsertedIntoDocument. here's my code:
<html>
<head>
<script>
...
0
votes
2answers
57 views
How to generate sequence id and move table rows up or down and dynamically adjusting each row's sequence ID?
1. I have two tables table1 and table2, here when you click Add button, it moves the rows that are checked from table1 to table2. I have to generate a sequence Id ranging from 1 to n from top to ...
1
vote
2answers
41 views
Javascript Reg Expression to replace Get Parameter in the URL
Using a regular expression, I want to write a function that will take a URL and a parameter name: ReplaceParamValueinURL (url, param, value).
If the parameter exists, it will replace the value in ...
0
votes
0answers
13 views
data-success in linkedin is not working?
I am Using the Linkedin social Plugins share. In that i saw in someone tutorial about data-success . Here is the Script that i tried
<script src="//platform.linkedin.com/in.js" ...
0
votes
0answers
42 views
JQ Drop Down Menu main objects expand/close
I almost done my drop down menu, with my friend help but now i have last problem.
Here is my menu: http://jsbin.com/ixoqav/1/edit
What need i add in my js code to do when i have expanded "First" and ...
0
votes
3answers
43 views
ReferenceError: event is not defined in mozila firefox
This code is not working for me in firefox(V21.0) but works in IE(V9,V10) and Chrome (V 27.0.1453.110 m)
method cal:
<input type="text" id="txt1" class="search-bar-input"
...






