0
votes
0answers
8 views
Setting sections to the size of the viewable window
I would like to know how I can set a section or a div to dynamically be the ratio for a browser window using css or jquery
kinda like this http://adamrudzki.com/
0
votes
1answer
23 views
Preload images in jquery/canvas “Uncaught TypeError: Type error”
I want to pre-load a directory of images into my canvas so that they are ready to be displayed when I need them.
I found this question on stackoverflow
and the accepted answer was extremely helpful.
...
0
votes
2answers
44 views
Set options in attribute of element?
When I create a jQuery UI element (button for example), I do it like this:
<button class="Button" data-options='{ "text": false, "icons": { "primary": "ui-icon-arrowthick-1-n" } }'>Move ...
0
votes
0answers
8 views
Mobile Safari not zooming on orientation change?
I'm working on a web application which I wish to have fill the entire viewable area of a browser, with no scrolling. I've accomplished this with a viewport tag:
<meta name="viewport" ...
0
votes
2answers
24 views
Gathering data-* information with JQuery
I'm using JQuery slider and trying to pass data to it using the HTML5 data- method, but its failing:
HTML:
<div class="editSlider" data-min="-20" data-max="20" ...
0
votes
1answer
8 views
Persisting states among web pages
I have 2 web pages(2 different pages on same domain saywww.mysite.a.html and www.mysite.b.html )
In first page I have some check boxes; in second page I have some in input boxes.
In the first page ...
0
votes
3answers
39 views
Stop page reload on javascript form validation
Site: http://bit.ly/15JAx04
The above link has a form at the bottom of the page. When submitted withut values/invalid values the page validation reloads the page. How can I get it to just show the ...
-2
votes
2answers
42 views
How to reflect list selection by jquery [closed]
I like to know how to reflect list selection using jquery or any other web designing technique.? As a example I got this page. http://ryanfait.com/ . When I'm selecting Home , Services etc.. pages ...
0
votes
0answers
21 views
Adding jQuery src to page causes an overflow
I am developing an html5 kiosk application with django that needs to fit on a 1920x1080 screen exactly without scroll bars. The page and css are fine and fit perfectly, but just adding the jQuery ...
0
votes
0answers
11 views
Save web page to phone home screen
I'm making a web version of my website and want a way to trigger a prompt to save my site to the users home screen on there phone. Is there a way to do this in jquery?
0
votes
0answers
9 views
Calling OFX Server using Javascript
I am working on a project which requires to call OFX server from my Javascript file.I am using jQuery ajax method to call the web service.
But while I call the web service I am getting the following ...
0
votes
1answer
28 views
JQuery detect if an element with particular id is visible after page scrolling
I want to create the navigation as it is shown on page http://kiskolabs.com/
I've already created sticky menu however the problem begins with marking active element in menu.
The question is:
How ...
0
votes
5answers
58 views
If number of child div is > 3, hide the rest
I was wondering if anyone had a smart way of doing this:
I have some dynamically generated html, and it generates some divs based on the database.
<div class="category_items">
<div ...
-1
votes
2answers
42 views
data html5 and jquery fetch
I have done googling and still can't find a solution to my basic question.
HTML
<input type="text" id="medical_txt" name="medical_txt" data_medical-stat="yes" >
JavaScript :
...
0
votes
0answers
8 views
passing attributes to jquery-mobile in tinyMCE
I have added the jquery mobile js jquery js and jquery mobile css in to tinyMCE head.
and I have passed all the needed attributes such as data-role|data-mode in to tinyMCE via extend elements . but it ...