Tagged Questions
0
votes
3answers
44 views
How to select multiple values without ctrl key when select values are loaded dynamically as a function of another select
I am using the 'wicket' framework in my web application. I have two selects like this:
<select wicket:id="brands" onchange="applyMultiSelection ();">
<option ...
0
votes
0answers
14 views
Handsontable numeric celltype not formatting correctly
I have set columns in the handsontable constructors as follows:
{
type: 'numeric',
format: '0,0.00 $',
language: 'fi'
}
When my table loads, numeric amounts format just fine. However when I ...
0
votes
0answers
17 views
Hammer.js on Wrapper but not if swiping the image
I'm using Hammer.js & the specific jQuery Plugin from Hammer.js to detect touch gestures for my webapp. The problem is that I've got much more touch controlls on the web app. So I want to detect ...
2
votes
1answer
39 views
How to draw geometry shapes over an asp.net image control to create image map?
I need an ASP.net control(like ImageMapControl), which makes it possible for the user to define imagemaps.
I show an image, the user can define areas (polygons would be nice, but just
rectangles is ...
0
votes
0answers
37 views
Get scrollTop() while scrolling on iPad/iPhone
I'm trying to get the scrollTop() value while scrolling a website on the iPad/iPhone.
$(window).scroll(function(){
console.log($(window).scrollTop());
});
I'm using this code for normal desktop ...
0
votes
0answers
18 views
Refresh Page on iOS web-app not working
I'm trying to force a page refresh on my iPad web-app, but the function I have is not refreshing the page. This works well in all browsers, but not iOS.
Where am I going wrong?
EDIT: If I place ...
0
votes
1answer
78 views
Getting Device ID using JQuery or Javascript
Is there a way to get the device's unique id using JQuery/Jacascript.
I know one can detect the user agent and type of device that is being used but that is not required. I need to know the unique id ...
0
votes
1answer
50 views
With JQueryMobile, Facebook JS SDK doesn't work after change page
I have an webapp which works with jQuery Mobile (full ajax navigation). I initialize the Facebook SDK at the jQueryMobile's pageinit event (each page called).
jQuery(document).on('pageinit', function ...
0
votes
0answers
22 views
IPad (Safari) Web App incompatibilities: How to normalize behaviour of the Ipad with jQuery, CSS, …?
I have created completly HTML 5/CSS/jQuery-based fullscreen Web Application, with trying to make it compatible for all mobile devices (Contents are scaled depending on users Window-height/width of the ...
1
vote
1answer
59 views
CSS styles and Jquery do not get applied to jsp:include file [closed]
I am using eclipse and Tomcat 7.
I have an index.jsp page. In the index.jsp file, I include login.jsp file using jsp:include tag. when I first run the application, the page gets rendered as ...
0
votes
0answers
14 views
Combine regular jQuery and iPad web-app specific functions
Is there a way to combine regular jQuery and ipad web-app specific functions into one?
I have several functions on the same page that I'm calling twice. See one example below. Is there a way to ...
1
vote
0answers
73 views
How Can I Keep common Struts 2 Jquery Datepicker properties in one place, and get the Struts 2 Jquery datepicker tags to reference these properties?
I'm currently experimenting with the Struts2 Jquery plugin.
It seems every instance of a datepicker defined in a jsp using this plugin requires its properties set on a tag by tag basis.
For example:
...
0
votes
1answer
29 views
Using localStorage in webapp
I've some questions to use the localStorage object in a jquery mobile webapp:
I have two apps and in both I want to handle some settings. For example app 1 saves a value like this:
...
0
votes
0answers
28 views
Version Control web application Data [closed]
What is the best way to have version control on user application data. Example:
User adds a sequence of numbers to be stored in the database.
User commits that data and database registers it to Rev ...
0
votes
2answers
59 views
How to Replace all my live() functions to on() function [duplicate]
As Jquery 1.9 deprecated live() function,So I have to change those to alternative on().
Everything seems fine.
In my project i am using almost >100 live() functions.They should work great if I go ...
2
votes
3answers
54 views
Converting Span to Input
I am developing web app, I have such a requirement that whenever user click on text inside span i need convert it into input field and on blur i need to convert it back to span again. So i am using ...
0
votes
0answers
30 views
Detect Swipes in HTML application
I'm making an application with Phone Gap that uses HTML, CSS and Javascript. I would like to capture a left or right swipe on a certain element that will bring up a menu, but I don't know how to ...
1
vote
1answer
63 views
Backbone.js Form Values Remembered in History
I'm new to the whole Backbone (and I'm actually not much of a JavaScript programmer yet), and I'm running into issues with a filter form.
Basically I have a database that my backbone collection gets ...
0
votes
2answers
47 views
Store JQuery selectors
Is there any best practices on how to store actual JQuery selectors?
Not what they return but the selector string itself.
We have tons of selectors in our project, I'd like to have a place or an ...
0
votes
0answers
50 views
JQuery Mobile multi page apps: how to switch data-role=“content” without switching data-role=“page”?
I want to code my Top bar (header) and bottom bar (footer) just once. I'am aware I may use JS injection on all pages.
HTML: My index.html file contains 15 pages such as:
<div ...
0
votes
0answers
36 views
JQuery Mobile page content positioning requires refresh
My mobile website will not display the main page content (beginning with the article tag) in the correct position unless the user hits refresh. The page looks correct after the refresh, but without a ...
0
votes
1answer
43 views
Complex web form, any JS component or plugin to make my life easier?
I'm working on a web form in an existing web application in which there's a bunch of simple fields (name, email, etc...) but also a more complex section, as seen below:
I want to be able to ...
1
vote
3answers
85 views
Can anyone explain why this JavaScript wont run
Im not very good wit JS and I just dont get why this wont work!
The code uses jquery to apply the pulsate efect to one of my divs and run forever unless I stop it with another function, but I cannot ...
0
votes
2answers
25 views
jQuery forward page or Servlet?
I was wondering what the best practice is for changing pages. Is it best to allow a servlet to use a sendRedirect or simply allow jQuery/Javascript to do it?
So let's say I have a form that I want to ...
0
votes
3answers
79 views
Javascript webapp CSS3 animation
I've been searching for a simple jquery animation library for my mobile webapp
Basically, I wanted to have the "Flip" (flipboard) and "Slide" (flipboard, Android like slide in/out, old div scales ...
1
vote
1answer
48 views
standalone web app link script - stop it from appending links which have a specific class?
This script prevents links from opening in Mobile Safari. This is for when the web app is in app mode on iOS (home screen bookmark).
gist.github.com/1042026
if(("standalone" in window.navigator) ...
0
votes
2answers
82 views
How does setInterval() affect performance?
We are building a web app using Twitter Bootstrap as a framework and have problems showing/hiding tooltips. Apart from trying to find a solution to the actual problem, I have a question regarding the ...
0
votes
1answer
73 views
How can I add content to a modal like divs loaded via ajax
I have a page where I have a gallery of thumbnails. On clicking on one, I'd like to display a bigger image followed by more information about the picture in a modal-like manner, as has been done here ...
1
vote
1answer
74 views
Array of Array from Servlet to Jquery
I'm currently trying to have a servlet return an array of arrays to my javascript jquery code. The issue I'm having is that if I want to have an array of arrays in jQuery, I have to say
var ...
1
vote
1answer
59 views
Alternative to $.load() not using AJAX
I am developing a webapp that is fully utilizing HTML5 Offline/Application Cache, which works really well except for one sticking point...
I use the $.load() function to load content when switching ...
0
votes
2answers
121 views
Can I not use embedded <style> CSS on Android?
I'm debugging a site on an Android HTC Sense. The site uses a lot of inserted content, which comes along with it's own CSS and JS like:
// wrapper id = snippet_id
<html>
<head>
<style ...
1
vote
1answer
56 views
Real time accounting changes with jQuery
I'm trying to have a label which contains a balance change when a person enters a charge amount. So assume something like...
<table>
<tr>
<td ...
2
votes
2answers
69 views
Is there a good web application for manipulating pdf files?
Is there a good web application for manipulating a PDF files? For example, drag and drop images to it and save for future reference, then remove the dropped images anytime etc. I want to integrate it ...
-2
votes
1answer
38 views
Fire event when different parts of image is clicked - javascript [closed]
I would like to open another image when certain portion/part of current image is opened.
For Example:
Image 1 : Human Face - there will be points on the image like one for eye , one for ear , one ...
2
votes
2answers
56 views
Yelp mouse tracking mechanism
I realized Yelp.com does some kind of tracking when the mouse move or something happens (click in element). How does it to this? Is there a library? How to do this without nearly zero performance ...
0
votes
2answers
56 views
Interactive website building options [closed]
I am fairly new to the web applications realm and here is my question:
Suppose I want to build an interactive website where I can edit a one dimensional graph containing nodes and branches. The nodes ...
1
vote
1answer
125 views
How does Disqus's iframe resize itself based on the content inside it?
Here's an example: http://www.npr.org/blogs/thetwo-way/2013/04/04/176224703/why-can-lance-armstrong-race-at-a-swim-meet
Scroll down to the comments. Discus inserts an iframe onto the page, and then ...
0
votes
0answers
28 views
How to make Tab fixed at the bottom of Safari on iPad
I have a tab navigation in iPad, in which the tabs should alone be visible at the bottom of iPad by default, like fixed layout. Also the tab's content should also be not visible.
When any tab is ...
1
vote
2answers
187 views
Replacing a vertical side nav bar with another one in AppMobi (jQMobi - Intel XDK)
I'm developing a web application with AppMobi (a library based on jQMobi and not jQMobile) with two sidebars. Each sidebar shows when I click on the respectful button.
Buttons code:
<a ...
1
vote
0answers
92 views
Looking for a widget providing news bar style notifications [closed]
I'm looking for a jquery ui widget that will provide me a nice way of displaying update notifications to my users in my web application. So far I've only found one widget named jQuery Lifestream. And ...
3
votes
1answer
162 views
Is jquery-mobile “mobile first”
I have read the book "Mobile first" by Luke WROBLEWSKI and many other readings on that topic. I'm a web developer and now I'm really convinced that "mobile first" or "progressive enhancement" is the ...
0
votes
0answers
133 views
flexslider inertia and easing
I've got a nice responsive flexslider carousel dialed in and working great. Some of the documentation out there has been helpful:
https://github.com/woothemes/FlexSlider/wiki/FlexSlider-Properties
...
0
votes
3answers
232 views
Show dropdown menu when image is moused over
I am trying to have drop down menu whenever someone hover mouse over an image.
<div>
<img id="whoimg" onmouseover="forImg(this)" src="/static/images/whoisitfor.png" height="70" ...
-2
votes
2answers
57 views
Easy way to prevent default action when using “onclick” of a checkbox? [duplicate]
This is my current solution:
html
<input type="checkbox" value="1" onclick="return do_stuff();" />
<input type="checkbox" value="1" onclick="return do_stuff2();" />
javscript:
...
0
votes
1answer
89 views
Differences between pageinit and pageshow
I created a simple webapp using jQuery Mobile 1.2. This app consists of a main page index.html and a second page named settings.html.
The main page contains a button in the header section to open the ...
1
vote
2answers
165 views
Start mobile webapp in fullscreen mode
I've the following problem:
I created a webapp using jQuery Mobile 1.2. Now I want to start this app in fullscreen mode without addressbar, toolbar etc.
I already searched the web and find out that ...
1
vote
3answers
44 views
Using html entities in mobile webapp [duplicate]
I created a simple webapp using jQuery Mobile 1.2.
Now I want to know whether it is better to use html entities in page body or should I write texts with all characters in utf-8 charset? Both ways ...
1
vote
4answers
92 views
How to update JavaScript libraries without being terrified?
One of the great things about being a web developer in recent history is all the sharing that's going on, especially with JavaScript libraries. There's all these awesome tools to use: jQuery, ...
0
votes
1answer
110 views
iOS web app exiting full screen from iframe link
I have an iframe inside my ios fullscreen web app, the iframe source is a map from batchgeo.com. I added a html link to pass data from the map to the app (e.g. example.com?name=bob), it reloads the ...
2
votes
3answers
127 views
Is it possible to show a PopUp from a web service
Asp.Net 4.0
In my web applicaion i'm using web service methods. Is it possible to show a popup to request information from a user from a method in the web service?


