3
votes
5answers
50 views
rotate 3d pictures using javascript
I am starting working on a one page website which uses javascript extensively. The main purpose of this site is to promote my customers products. This website will include one product 3d image. When ...
0
votes
0answers
25 views
Links Contained in iframes do not do anything
So, on a webpage that I created, there are iframes loaded when you search something. However, when you click on a link within the iframe, it does not do anything. It worked recently, and I did not ...
0
votes
2answers
25 views
drawing images on 3 layer canvas and saving
I have a 3 layers of canvas, which i have given a seperate id to each.
This is what i am doing.
HTML
<div style="position:relative;">
<canvas id="layer1" style="position: absolute; ...
0
votes
0answers
9 views
binding to large datasets to JQuery controls
I have a JQuery widget that has a map [uses bing maps] and a grid control. The data that needs to be shown is pretty huge [1 million - 100K records].
The data that grid and map shows are common. ...
1
vote
2answers
16 views
Twitter Bootstrap Dismiss Button not Working
I am trying to use Twitter Bootstrap to create a website detailing the statistics of Minecraft servers, to make it easy for my users to know which server is online. However, when I use the alert ...
-3
votes
1answer
62 views
bad display in Chrome
I have problem with position of element in Chrome.
Site: http://isedo.pl/projekty/gladness/
Navigation to slider with team running down. But when click on link in header and other link on site ...
0
votes
0answers
26 views
Big Data Performance
Anyone know which occupies less memory and less CPU?
Option 1: binary save several images in data: base64 within several html tags.
Option 2: binary save several images in data: base64 in a ...
0
votes
0answers
17 views
Pagination not working for dynamically added HTML tables
I have created a webpage using HTML DOM nodes. I have put the webpage in a scroll view & now i tried to add pagination to that view. It's not working.
I tried to add 2 dynamically created tables ...
1
vote
1answer
39 views
Complicated parallax effect element positioning
Here is the problem, I'm using the Skrollr plugin to make a Parallax effect / animation site to present a product for one of my clients.
Now I am having a big problem with positioning, I'd need to ...
-1
votes
3answers
48 views
jQuery animated header on scroll [on hold]
I'm searching for a way to make a header animation like this one.
I have found a solution on this post, but it's not working with images. I changed the code like this:
<div ...
0
votes
0answers
23 views
Trying to Upgrade a jQM 1.0 Backbone project to 1.3.1
I'm trying to upgrade a Backbone tutorial by Steve Smith's jQuery Mobile version from 1.0 to 1.3.1 - the process doesn't seem as straightforward as I first thought however. I get no errors in the ...
1
vote
1answer
40 views
HTML javascript fullscreen
I am having problems trying to add fullscreen functionality to an element in my app.
I basically do something like this:
var launchFullScreen = function (element) {
...
0
votes
2answers
29 views
jquery mobile change to the next and previous data-role=page
Im working with jquery mobile in my project and what i trying to do instead to use the swipe effect, use two button to change to the next and to the previous data-role=page.
im trying with this ...
1
vote
1answer
43 views
Checking if dragged div is in right place
I want to check if image is in right place after drop. It alerts "wrong" all the time. Dunno why.
HTML:
<div id="div1" ondrop="drop(event)" ondragover="allowDrop(event)"></div>
<div ...
0
votes
2answers
35 views
html5/jquery back button
Is there a library or piece of code that makes a specific button act as like a proper browser back button where it will take you to the previous page that was loaded before?
At the moment I'm just ...