Tagged Questions
2
votes
0answers
359 views
jQuery Mobile + IE + browser redirect
I am developing an app with jQuery Mobile which also is working for desktop.
It works fine but I am having an issue with IE for desktop. The issue (only with IE) is that when ajax is enabled a hash ...
1
vote
0answers
148 views
Jquery $(window).height() returns incorrect value when inside functions
When I call $(window).height() outside of any function (e.g. at the very beginning of the script), it gives the correct height. But when I call it inside any function, e.g.
$(window).resize(function ...
1
vote
0answers
275 views
how to detect a tab/window close event and then show a customized overlay with jqueryui?
I want to detect a tab/window close event(excluding F5 refreshing and link-click event and so on) and then show a overlay. I found some answer online which is like this:
endSession: function() {
...
1
vote
0answers
92 views
Get the returned url of an ajax call with a browser extension
What I'd like to do is make an ajax request to some url whose server I don't have access to. When the ajax call returns I'd like to get the url of the page I returned from. So, if I make an ajax ...
1
vote
0answers
276 views
Turn off hover/active with touch events
Having HTML document on tablet, when div element receive touchstart event, :hover and :active status seems to be activated and they stay active even finger is moved out of the element and touchend ...
1
vote
0answers
172 views
jQuery Mobile, Iphone scroll down activates swipe right
IPhone safari scroll initiates swipe while using jQuery mobile. I learnt that using horizontalDistanceThreshold we can limit the event to how many pixels we want. But this is still a issue. Is there a ...
1
vote
0answers
77 views
Using buttons to manipulate the ctrl key+mousescroll in or out together with jquery: browser window resize/zoom
OK so if you hold the CTRL button and scroll out on the mouse it will zoom the browser window out and vice versa. How can I tie this action to a click event with jQuery?
...
1
vote
0answers
172 views
Black lines on ipad safari, but not on desktop safari
I'm using this slideshow:
http://thiagosf.net/projects/jquery/skitter/
Which results in black lines where the image is being "sliced" (see the demo above). What would cause this kind of behavior?
...
1
vote
0answers
161 views
Better Jquery Clone-Remove item animation with less memory usage
I am trying to create a rotating list of DOM object. I tried to run the application and for IE 8, the memory on the task manager is increasing but is returning to the same amount before animation. I ...
1
vote
0answers
220 views
Disabling autocomplete combined with inputmask
I'm using the input mask jQuery plugin to provide certain fields with input rules, for example,
$(".year").mask("9999",{placeholder:"Y"});
but the field does not have its contents selected on ...
1
vote
0answers
225 views
Android Browser Back Arrow/Resubmit Submitting Old Dynamic Form Data
I have created a system which dynamically builds a form and populates it with hidden inputs and then submits it. I use jQuery to do this and have used:
$('big form string ...
1
vote
0answers
401 views
browsing filesystem directory in jquery
I'm searching for a way (if exists) or a plugin to open a filesystem browser only using jQuery; I can't use PHP or any other server-side languages.
I mean: clicking on a link with href= ...
1
vote
0answers
1k views
Div innerHTML not updating during jquery ajax calls
I am facing problem while updating a DIV's html.
HTML Code for Div is
<div id="divforlog" style="z-index:200000;overflow:auto;position:fixed;width:400px;height:300px;border:solid 2px ...
0
votes
0answers
25 views
Interception inside a jQuery .on() call
Using .on() can make up custom event in jQuery, and this event can be later used in a .trigger() call and the handlers passed in .on() can then be executed. This is the mechanism in jQuery for ...
0
votes
0answers
23 views
how to get size element from browsers same as rendered on screen
I write one code jQuery to get size elemet and console it but when run it show me different output. also when I copy this code and paste in console part of browsers (for example chrome) show me ...