0
votes
0answers
8 views

Safari- HTML form is getting submitted twice. How to prevent it?

i have the following code function submitSelf() { var adhocMainJspPane = getFrameObject('adHocMainJSPPane',openerObject); document.Form.action="something"; ...
3
votes
1answer
40 views

How to create a mouse drag slider for HTML elements?

Many slider plugins that I have found are either only click to view next image or, if they do have mouse drag or touch drag capabilities, only allow images. Does anyone know of a plugin or possible ...
2
votes
2answers
38 views

Show jquery mobile dialog only once on startup (web app)

My problem is that following code works fine (dialog show once on startup), but when I navigate to another page (with standard ajax activated), and then navigate back to the first page, the dialog is ...
1
vote
1answer
28 views

Detect Chrome restart from client javascript

How can I detect client-side whether a user has just re-opened chrome with "Continue where I left off" enabled? I would like modify client-side behavior based upon whether the user has just come from ...
0
votes
1answer
22 views

Text fields don't get updated using the browser back button

I have been looking for information about this but I don't get with the solution. I have some text fields on a page which I get updated on blur making use of jQuery events. There's no form to submit, ...
0
votes
1answer
50 views

how secure is it to use client side idle timer / how do big web app developers do it?

I'm building a PHP based web app and have implemented a session variable based login method. Before anything is loaded, this method clears the "logged in" state of all those that have spent X amount ...
1
vote
1answer
24 views

Web App with manifest security through javascript and local storage

I want to create a web app over several mobile platforms; it won't be free, but commercial, so the user will have an unlock code that gives access (through remote PHP code) to an index.php page. This ...
0
votes
0answers
41 views

Method Call from Java Applet to JavaScript through JSObject doesn't works with IE9 and IE10

I'm using JSObject.call to call Java Script API from my applet. This is working great for Chrome Firefox and Internet explorer v7 and v8. With v9 and v10 The applet is not working. I can see that it ...
1
vote
3answers
48 views

How do I prevent jQuery result to show up in two different forms?

How do I get two separate results using jQuery in these forms? I enter information in the first form and the answer shows up in the second. HTML: <div class="span12"> <div ...
2
votes
2answers
38 views

Generic Way of Capturing Page Title, Control labels

One of our customers has a new requirement to dynamically capture the page/screen title and the labels of all the controls(textboxes, checkboxes, radio buttons, normal buttons,link,images,menu/menu ...
1
vote
2answers
25 views

Jade lang in a regular web app without node

Is it possible to use Jade in a regular web app without running on Node js? The question may sound crazy as Jade engine is written in node but wanted to find out if it can can be used oustide of ...
0
votes
0answers
16 views

Android(4) web browser… crash with long input?

Our website implements some payment systems that requires to redirect to some other site where the buy is actually made, that site what is does is render a form with some hidden fields.... the issue ...
0
votes
1answer
43 views

D3 animation issue

I have a button that when pressed begins a color change transition in D3 for 1.5 seconds. The issue is that if someone presses the button again while the transition is taking place, the animation ...
3
votes
2answers
47 views

How to automatically “load more” at the end of a mobile page

How could I fire an ajax request automatically at the end of a mobile page (with jquery and jquery mobile)? The code $(document).bind('pageshow #item_search', function(){ ...
1
vote
2answers
38 views

Backbone error 'this.model is undefined', please explain where, how, what is 'this.model'

The answers might be on SO, but they don't really explain properly what I am about to ask. Whenever I introduce a this.model.toJSON() with a template into a view, I always get this error in Firebug: ...

1 2 3 4 5 89
15 30 50 per page