0
votes
0answers
3 views

two backward transitions with data-rel='back in android phonegap

I am developing application in android using phonegap. On every page I have used <a href="" data-rel="back">Back</a> but on click it takes me back to first page of application. Even if i ...
-3
votes
0answers
25 views

HTM5 Layout page rendering [on hold]

Please suggest me simple jquery / javascript based HTML5 page loading/ rendering. Common Layout page to load Nav , Header , footer and all other layouts, css. only body section will render (change ...
0
votes
0answers
5 views

Adding a nvd3 sparkline chart inside a dynamic table

I create a table on-the-fly based on a server response. Within this table cell, I'm adding a sparkline chart. I'm not able to make this chart fit the cell. I've pasted the snippet below. function ...
0
votes
0answers
16 views

generate exact preview of page to print

My div having dimensions of A4 size, it is hidden and every thing in it has dimension in mm and pt. Objectve: I just want to generate equilant exact preview of hidden div of A4 size in 700px X ...
-1
votes
2answers
21 views

Poisitioning HTML elements in a div using X, Y cordinates

I am working with an requirement in which I have an section or you can say a part on my HTML page created using an div tag. Now I have some dynamic element like textbox, Image e.t.c with the ...
0
votes
1answer
16 views

jQuery Mobile passing variables in url from dynamic created content

Hello guys I have one question... I dynamicly create a content and inside i have an with an url from which i want to pass two variables var content =$("<div data-role='collapsible' id='set" + ...
-2
votes
0answers
32 views

How to create an HTML document with dynamic pagination

I'm looking for a plugin that allows me to create an HTML document with dynamic pagination, the possibility to zoom in/out and print. I'm gonna explain it better... I have an XML file with some ...
0
votes
0answers
24 views

How to scroll to a image coordinate?

I have a div with width 100% and height 300px. css additional css property is overflow:scroll. In my image I have lot of maps. I would like to scroll the image to a particular map dynamically. is it ...
1
vote
0answers
26 views

2 Divs Overlap each other using JQuery Mobile in HTML5

I am designing a page by using Jquery Mobile and HTML5 and i am facing the problem when i try to put 2 divs in one div for my requirements. It works fine for Desktop Browsers but when i see result in ...
0
votes
1answer
11 views

Display an image while a background video loads

I've been using Victor Coulon's jquery.background video (found here: https://github.com/Victa/HTML5-Background-Video) to create this website: web.alejorivera.com. The video in the background takes ...
1
vote
1answer
25 views

JQuery Offset returns 2 different results

I have been struggling with this for more hours than I care to admit. I'm trying to place some elements on the page one right under the other using jQuery Offset but even though I'm passing the SAME ...
1
vote
0answers
25 views

Responsive Gap Issue

I found a question today that is similar to what I need for a project: Div Table with fixed right column. Here's the jquery that is already there.: $(function() { var scrollingWidth = ...
0
votes
2answers
35 views

“stop” method isn't working for an image element in jQuery

HTML: <img src="image/heli.png" class = "heli"> <script src="jquery/game.js" ></script> jQuery: var hel = $('.heli'); fly(); function fly() { hel.animate({top :'-=25px' ...
0
votes
1answer
21 views

jquery lazy load content in div

I want to load the content in div.I got many jquery scoll plugins but all are they for whole page load.I want to load content in existing div when scroll reaches at bottom of div.Can anyone help me ?
1
vote
1answer
23 views

can't get html5 data attribute with jquery

I am trying to get html5 custom data attribute with jQuery.These attributes are set to element from database. They are injected in html element, but jQuery can't see them. So here is my html element ...
-2
votes
3answers
45 views

How to write and hide an <h1> tag in jQuery using one line of code

My HTML: <h1 id='heading'></h1> My jQuery: $('#heading').text('Nice Heading'); There is supposed to be a way to write it then hide it in one line of code.
2
votes
2answers
64 views

Show menu when clicked

i have the following menu: <div id ="navigation-menu"> <div id ="squaremenu"> <ul> <li><a class ="homemenu" href="#Home" ...
3
votes
2answers
26 views

“css”method doesn't work for an html image element

html: <img src="image/wall.jpg" style="position:absolute;top:80%;left:19%" class = "wall"> <img src="image/wall.jpg" style="position:absolute;top:20%;left:36%" class ="wall"> <img ...
0
votes
0answers
8 views

How to change image map coordinates in html with respect to it's dimensions after posting through mail?

I have one image and it is posted through iphone to gmail. I have applied image map on this image so that, on particular area user can click and forwarded to the required page. Image is working great ...
0
votes
1answer
27 views

How to flip, scale and center div from every position

I want to achieve a flipping image which also scales up and centers to the viewport, if it was clicked and this for every image which is of course on different position. On the back of this image ...
-1
votes
1answer
16 views

Embed songs in html page . once a song is selected though file browser it should appear as thumbnail in html page

I want to Embed songs in html page . once a song is selected though file browser it should appear as thumbnail in html page. i want function for this in html 5. I tried with following : function ...
1
vote
1answer
22 views

is it possible to draw lines by mousemove without using canvas in jquery

Using canvas we can able to draw lines when mousemove. I need to know is it possible to draw lines without using canvas by mouse event in jquery.
0
votes
2answers
32 views

Create select input with button in options

It's possible to create a select input with a button or a link inside the options? I'd like to use it to list some values, and to have the option with a button to "Create Value" inside the options. I ...
0
votes
1answer
21 views

Only Lower Half Of The Border Is Shown

CSS .socialmedia { border: solid 10px transparent; } .socialmedia.hover { border-color: WHITE; } HTML <div id="mediashelter" > <a href="http://www.facebook.com" id="fbid" ...
0
votes
0answers
26 views

Jquery mobile embed youtube videos

I have a jquery mobile app that plays youtube videos. All videos work great on the phone when i test the website, but after i package it for Itunes or google play, some videos don't work, getting the ...
2
votes
2answers
60 views

css :hover effect on current and previous elements

I have many unordered lists of 5 li in each like <ul class="Rank"> <li></li> <li></li> <li></li> <li></li> ...
1
vote
1answer
27 views

Upload multiple images with file input to canvas elements

I create multiple canvas elements along with an input file element through some Javascript code. And I want the image that I upload with a input is loaded by the canvas element but I'm struggling. ...
0
votes
0answers
26 views

Dynamically Filter datalist in HTML5

Being a newbie and exploring more with HTML5 tags i am stuck to figure out how to make dynamic data list for drop downs which will be used in registration pages. My requirement is to make two ...
0
votes
0answers
19 views

handle drag and drop folder upload html5 Chrome

I am using the following tutorial sequential file upload dnd . I have modified the script to add file and folder input buttons to upload files and folders respectively and they work as expected. I ...
0
votes
0answers
15 views

HTML5 JQuery Audio Player

I am making a jQuery audio player, get audio source files from HTML5 tag. Everything works fine with play, pause, next and previous button. Now I am looking for a solution to let the player continue ...
0
votes
1answer
22 views

Scroll through backgrounds while one background stays fixed for several scroll movments

I want to achieve the following effect: When the page is first loaded div with background1.png is shown. When the user starts to scroll, for a defined amount of scroll movements, this div stays ...
0
votes
0answers
32 views

Issues rendering Unordered List inside of an Anchor tag

For some reason the unordered list I have inside of an anchor tag is rendering outside of it in inspector and thus a script that I'm trying to write to target it is not working because it does not see ...
0
votes
0answers
20 views

jQuery dialog not working in mobile version

While moving some of my content / scripts from a standard website to a mobile version my jQuery dialogs are not working. Here is my standard website dialog: var prettyAlert = function (p_message, ...
0
votes
1answer
40 views

Javascript onloadedmetadata event not firing on iOS devices

Part of my current project involves loading external videos through HTML5's native video tag and then resizing them with Javascript to be the full height & width of the DOM. My code seems to work ...
1
vote
0answers
10 views

Plugin to Test End-User Browser Compatiblity (ACID scoring perhaps)

We have many users all over the country with varying levels of technical experience (mostly none). On top of this, the warehouse environment often contains computers that are decades old running ...
0
votes
0answers
33 views

jQuery Mobile checkbox dead after after 20 uses

I've got a jQuery Mobile (1.4.0) / Phonegap (3.3) app that is some kind of a multiple choice test. After the first question is answered, the next question gets answered and so on. There is some kind ...
0
votes
0answers
6 views

Lungo : Transitions

I discovered The lungo Framework which quite Nice to use when building HTML5 mobile apps. When changing from a section to another, you CAN use the property data-transition and specify the name of the ...
1
vote
2answers
38 views

how to remove a unconnected points when i mouseout from canvas

i need to remove unconnected points when i mouseout from canvas. I just draw lines when mousemove using moveTo and LineTo. when mouseout from canvas have to omit the unconnected points. Here is code ...
0
votes
0answers
40 views

How to simulate click only after an anchor's href has been fully loaded

the following code only saves the canvas image after double click, i want to save it on single click, so i want to simulate the click function after the first click has appended the href of the anchor ...
0
votes
1answer
18 views

mobile HTML5 plugin to display long text

I am developing a term-of-service page in my mobile HTML5 application. The term of service is about 60k in size. What I want is fitting the long text within the whole display and the user can scroll ...
0
votes
1answer
28 views

cloning and clicking on a moving HTML5 Canvas element using Javascript

I need to figure out how to make a canvas element become clickable as well duplicate the element on the click, with the same properties. I have tried a few tricks with finding the ball via logic and ...
-1
votes
1answer
28 views

Remove the use of “tab” button in my webpage

i have an horizontal web page and i need to remove the use of the "tab" button of my page because i have a contact form with textboxs in the last div and if the user use the "tab" button, no matter in ...
0
votes
0answers
10 views

brightcove html5 player iframe whitespace on android browser

I'm seeing a 10px whitespace around the brightcove iframe video player on android browser. the parent div has padding and margin 0. the iframe is set to be display block.
0
votes
0answers
18 views

fancybox works locally but not on server [on hold]

Here is my page I'm having trouble with: http://www.whitespaace.com/portfolio.html When I use Fancybox in dreamweaver and view the site locally it works perfect. However, when I uploaded it to my ...
0
votes
0answers
29 views

jQuery Mobile how to reload just one subpage

I use jQuery Mobile with the multipage template ... Is there a possibility to reload just one sub-page ? <a href="#" onclick="gotoPlace1();" class="ui-btn ui-shadow ui-corner-all"><div ...
0
votes
1answer
15 views

Full Screen HTML video background ratio issue

I have been wracking my brain with this and cant figure it out. I am trying to do a full screen html5 video contained in a div similar to what is seen on http://designmodo.com/startup/ I have a ...
-1
votes
1answer
36 views

exit button not working

i am very new to this mobile dev field and i have a question that have been bothering me for days. i have look up the reference from here. below are the code that he/she used. but unfortunately, when ...
0
votes
1answer
36 views

Html 5 drag and drop to input file

I have no idea if this is possible, I can't seem to find anything. What I want is to offer the user the option of either "drag drop" an image or use the normal html file input box. I don't the ...
0
votes
1answer
20 views

Mobile framework for building content management applications [on hold]

We need to build a mobile application which works on all major phones especially Android , Iphone & Tab for what we are searching for stable HTML5 Web Framework. The Application is : A content ...
-3
votes
0answers
16 views

HTML to canvas SecurityError: The operation is insecure

this error is coming in console when USer drag and doap facebook image on canvas JQUERY : // get facebook image html entity var img = document.querySelector('#imageList li img.img_dragging'); ...

15 30 50 per page