Javascript event method to cancel the event if it is cancelable, without stopping further propagation of the event.
0
votes
0answers
13 views
Javascript touch detection works on iOS but not well in Android
I have created a slide show with javascript that has finger swipe enabled and works for the most part. Sliding left or right will flip through the slides. I need it to do this but also keep default ...
0
votes
1answer
9 views
Is there a way to prevent screens from rotating on tablets?
I am building a site (html5 games, videos and the like) which really won't work in portrait view on tablets.
I'd like to be able to lock the screen so that when a user rotates their device the page ...
0
votes
0answers
4 views
preventDefault and href / function calling
I have the following problem:
I am developing a mobile website for which I am using a swipe-script. The script has multiple events like touchStart, touchMove and touchEnd. I am using the script to ...
0
votes
3answers
50 views
jQuery preventDefault() is not working
I created a function and it's called every time dynamically created ImageButton is clicked.
But the precenDefault() is not working. The function is working except the prevent default.
jQuery
...
0
votes
0answers
27 views
jQuery .off('click') Prevent Jumping to Top
I have a check box that enables/disables a panel in my accordion. It currently works in the sense that it will expand the accordion when the checkbox is checked, and it will not expand when the ...
1
vote
1answer
55 views
jQuery Click anchor tag prevent page from scrolling to top
I'm doing page transitions with jQuery by fading out content and fading it back in when the page loads but my problem is when I click my link and call my click function and redirecting the page it ...
-1
votes
1answer
57 views
An AJAX method I am trying to use is disabling another jQuery method
This chunk of AJAX
$('input#adminLogin').on('submit', function() {
var username = $('#username').val();
var password = $('#password').val();
...
0
votes
3answers
32 views
Javascript prevent default not being executed
I am new to javascript and I have been playing around with prevent default command for ajax pagination and I have the following code:
http://jsfiddle.net/6pqfH/2/
$('.pagination').click(function(e){
...
0
votes
2answers
32 views
Prevent a link from working if user is not logged in
I have a Wordpress site which has a gallery on a page visible to all users.
The idea is that if a non-member clicks a gallery thumbnail, they get redirected to a signup page. If a user is logged in, ...
1
vote
4answers
54 views
jQuery to disable all target=“_blank” links on page
I'm building content for a site that is displayed through an iframe in a PhoneGap mobile app. The content is pulled from a CMS that also serves the content for the main website so it has a mix of ...
-1
votes
3answers
90 views
Jquery is not showing results
I need to make a jquery to alert "are you sure you want to delete" when user click on delete
I've been trying a LOT but didnt find any solution
This is my deletemovie.php
<?php
...
0
votes
1answer
45 views
preventDefault doesn't work on some links
I've been writing an extension that disables links on pages through the following code:
$('a[href]').each(function() {
$(this).on('click.kill', function(e)
{
...
0
votes
2answers
30 views
Is it a bad idea to modify Event.prototype for cross-browser event.preventDefault();?
Pretty straightforward question. < IE8 doesn't support event.preventDefault(), so I'd like to modify Event.prototype for IE to add my own preventDefault method utilizing event.returnValue. Simple ...
0
votes
2answers
46 views
jQuery preventdefault clears $_POST
I am trying to add a jQuery modal dialog to confirm a form. Searched around and found some code that looked promising and also seemed to work. Dialog pops up and submits the form when I confirm. ...
1
vote
0answers
32 views
bootstrap typeahead prevent default selection
Can I prevent typeahead from populating the input with the item? With jqueryui autocomplete I could use event.preventDefault() but it seems the updater function has no event?
0
votes
2answers
38 views
How to use preventDefault in contenteditable divs?
This is an example on CodePen.
Here's the code anyway:
HTML:
<div contenteditable="true" id="mydiv"></div>
jQuery:
$(function () {
$("#mydiv").keydown(function (evt) {
if ...
0
votes
2answers
56 views
Is there a way to prevent submitting a form with this javascript/jquery?
I have searched the net, i´ve tried implementing "preventdefaults" and "return false" statements all over the place, but I can´t seem to find a way to prevent this form submitting and reloading the ...
0
votes
0answers
11 views
remove default flickable swipe
I'm using zepto's flickable to navigate between divs on my app and somehow it's adding a default swiping behaviour I didn't set. I tried preventDefault: true, off('swipe') and on('swipe', ...
0
votes
0answers
54 views
Javascript not working in IE - event and/or prevent default on click not working
Yes I'm a noob, but I'm at my wit's end as I've tried everything I can think of. This works fine in browsers other than IE (including IE9) and I'm not sure if the function fails or if it works but ...
0
votes
1answer
35 views
Preventdefault and submitting form with jQuery
I have problem with submit fire in jQuery:
$(document).ready(function() {
$('#zestaw-edytuj-form').submit(function(e) {
e.preventDefault();
...
0
votes
0answers
25 views
Cannot preventDefault() clicks on JellyBean browser
Somehow I am unable to preventDefault() clicks from happening in the JellyBean (4.1.2) web browser. I created a very minimal jsFiddle that only subscribes to touch and click events and calls ...
2
votes
2answers
72 views
CSS selector and jQuery eq() matching wrong elements
I'm having an early morning issue with jQuery. The following code works on eq(1) or eq(0) but if I try putting it on eq(2) or eq(3) it just stops, as in it won't add the class to these elements at ...
0
votes
2answers
63 views
jquery preventdefault on first touch only
I'm hoping to learn a way to code the following for touch only, using jquery?
$(".portfolio a").one("click", false);
This code is for a hover event on a visual menu link. I'd like to prevent the ...
2
votes
3answers
22 views
I cannot figure out how to exculde links from preventdefault
I want to exclude links inside a child-div from preventDefault
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
</script>
<script>
...
3
votes
2answers
49 views
.wrap(); breaking prevent.Default();
I've written a custom form validation script, but for some reason, wrapping input[type=text] elements in <div class="inputWrapper" /> stops me from preventing input[type=submit]'s default ...
1
vote
0answers
81 views
Have At Least One Bootstrap collapse open at all times
How Can I always have ensure that I have at least one accordion open at all times.
Currently using the event handling for collapse is terrible and I need a workaround.
$('.accordion').on('hide', ...
0
votes
2answers
39 views
Jquery: Unable to get .preventDefault to work
On clicking submit button, I am trying to catch the submit and do a quick AJAX request to see if a booking on the time and date specified in the form already exists. If so, stop the form submission ...
4
votes
2answers
121 views
Why does preventDefault() on a parent element's click 'disable' a checkbox?
I encountered this situation recently (simplified here). Simply wrap a checkbox with an element and apply preventDefault() on it's click event and the checkbox becomes uncheckable.
See this ...
0
votes
0answers
92 views
prevent two-finger scrolling on iPad via JS/jQuery (but allow one-finger scrolling)
The goings on:
I am dynamically appending html content to a div as time progresses. The div that contains the content has overflow-y:auto to allow single-finger scrolling on the iPad (iOS 5+ ...
1
vote
1answer
187 views
Prevent JQuery Mobile swipe event over specific element
I am using jquery mobile and I need to prevent swipe event over specific element. Need of doing this is because I am using slider and I don't want the swipe event to be invoked resp. I want it to be ...
2
votes
2answers
36 views
javascript prevent cursor to move
Into an input box, I want to stop the propagation of the cursor just as I type on the up key "↑" :
Before :
tes|t // cursor is before t
After :
|test // cursor went beginning
I want to ...
1
vote
2answers
51 views
prevent default not working in my javascript
I have a script that I am using to hide and show different parts of a page. It's purpose is to step the user back and forth through the content when they click links. I need to keep all of this ...
1
vote
1answer
106 views
Keep Twitter Bootstrap Tooltip open on mouseleave
For a particular case and element I need to show Bootstrap Tooltip by default (once the page is loaded) an always keep it open (even on mouseover and mouseout).
That's the code I use to open tooltip ...
0
votes
1answer
16 views
preventDefault is recurring into child li's when it shouldn't
I have the following code and jsFiddle link below. In my head my code should work, it finds the right li tag and disables the default action, the problem is it is recurring it into the child elements ...
0
votes
2answers
196 views
Jquery: .preventDefault() and return false doesn't work
Ok this time the code drive me crazy
I spend more than 2 week using e.preventDefault() and return flase to prevent onclick href from goes to the top of page , but they didn't work
I've used ...
1
vote
2answers
42 views
How to block a stop a link from working using preventDefault() (or something similar)?
<script>
function test() {
var name=prompt ("Some question / text")
if (name.toLowerCase()=="TextToBlock") {
alert ("text");
name.preventDefault();
}
else {
}
}
</script>
<body>
...
1
vote
3answers
723 views
jQuery: Show and hide menu
I have this code:
$('.skaftetopmenu-li > a').click(function(e) {
e.preventDefault();
var subid = $(this.parentNode).attr('id');
if (subid !="forsidemenu"){
var str = ...
1
vote
3answers
159 views
jQuery: preventDefault on parent link only
SOLUTION:
Found a solution.
Used parentNode:
$('.skaftetopmenu-li > a').click(function(e) {
e.preventDefault();
var subid = $(this.parentNode).attr('id');
if (subid !="forsidemenu"){
...
2
votes
1answer
61 views
Overriding a MooTools event with jQuery.click()
I have a library function, that I cannot change, which uses MooTools to attach an event.
$(document.body).addEvents({
"mousedown:relay(a.className)": function (a, b) {
if (!a.rightClick) ...
1
vote
1answer
59 views
jquery preventdefault alert not showing in ascx
I have the following code i an ascx, where i try to prevent a button from doing a postback, and then making a alert to verify (is supposed to call a handler later, but for now the alert will do), the ...
1
vote
2answers
156 views
jQuery preventDefault not working in any IE version
I'm tring to prevent users entering any more input into a textarea when the char count reaches a certain value.
My code works fine in Chrome, Safarai and Firefox.
But the preventDefault method will ...
-1
votes
2answers
182 views
jQuery iterate over each list item only once
I have a function that executes every time I scroll within the page. Within that function is an .each() function to loop through all the list items:
$('#scroller').on('appear', function() {
...
0
votes
1answer
112 views
jQuery fadeOut in .submit()
The code below is to prevent double click submissions and it seems to work. It prevents the double submission of data, but the fadeOut is not executed. Anyone know why? After the submission, the ...
0
votes
3answers
113 views
Using preventDefault on a submit button
I am trying to solve a problem offered by a jQuery textbook. It reads like this
"The data is submitted even though no entries have been made, to fix this you must stop the default action of the ...
-6
votes
1answer
70 views
Perform AJAX request before continuing with default action [closed]
I have a basic AJAX request like so:
$.ajax({
url: 'check_password.php',
type: 'post',
data: 'password='+password,
dataType: 'json',
success: ...
0
votes
5answers
378 views
Prevent submit button with onclick event from submitting
I want to prevent a submit button with onclick event from submitting:
$j('form#userForm .button').click(function(e) {
if ($j("#zip_field").val() > 1000){
$j('form#userForm ...
2
votes
2answers
164 views
(Solved) Prevent submission of form until specified button clicked (thickbox dialog)
I would like to make a modal confirmation window using jQuery & thickbox on every form with 'confirm' class.
Here's the HTML markup:
<!-- The form below -->
<form id="myform" ...
0
votes
4answers
73 views
Jquery event.preventDefault not working with shift-click
I simply want users to shift-click anchor tags for a certain action. The problem is the shift-clicking URL's in a browser opens the link in a new window. So, naturally I would use ...
0
votes
0answers
119 views
Even with e.preventDefault(), $.post is taking me to the form action path when I click a submit button
Every time I click any of the submit buttons, the post request works, and the php file in the form action successfully carries out the MySQL query, but the use is taken to a blank page with the ...
0
votes
4answers
51 views
How to prevent 'pressing enter' in an input to trigger an event ? Java script
I have an input and an appended button. The click on button calls some function. But I don't want this function to be called when user 'presses enter key'. On the other hand, I want on keyup in this ...



