-1
votes
0answers
13 views
how to make this effect of this com javascript page background?
http://larealpari.com/
not know how to do this transaction to look like a video so this background
("#frame").css({"background-size":""+h*n+"px "+t+"px","background-position":"-"+(a*h+l)+"px ...
0
votes
0answers
21 views
How to make any div as modal onClick
I have a page which looks something like This.
Except that instead of "Take a Look" button, I have the Facebook like button.
What is it?
Each of the panels is a <figure>, What you see onHover ...
0
votes
0answers
37 views
how to convert the HTML element into image using javascript
i have the following HTML code
<div id="getImg">Hello"<"/div>
<input type="submit" onClick="getImageOfDiv()" value="save">
on click of save button i want save hello word ...
0
votes
0answers
20 views
html5 communication with server side
In traditional web application i generally write JSP which renders html code to browser and communicate to server using form submit or through Java script. This generally involves page transition from ...
0
votes
1answer
37 views
HTML5 required input attribute lets me submit a form
I have a super simple form:
<form>
<input name="name" placeholder="Your name" required>
<input name="email" type="email" placeholder="Your email" required>
<input ...
0
votes
1answer
32 views
preserved-3d not working IE10
<body> <article class="viewport">
<section class="cube">
<div>
<div class="part psm"><span data-href="#test">C1a</span></div>
...
1
vote
1answer
36 views
html 5 working with input date
opera and chrome show a nice date picker for input type date so my question is does the calender display have an id so i can hide it once the user selects a date ?
--the way it currently is that you ...
0
votes
0answers
17 views
search external html files for text content
I have do some research about searching html text content and highlight it.
I found window.find method (for Browser that support) and TextRange methods (for IE)
It work well! but my problem is ... ...
0
votes
0answers
33 views
Is there a JS or jQurey function to open a dropdown menu? [duplicate]
Hello ladies and gentlemen,
I would like to know if there is a way to open html dropdown menus with JavaScript or jQuery. Basically, I am looking for the precise event that opens the dropdown so that ...
-2
votes
3answers
44 views
Can you work out why my .js file doesn't seem to be linking to my html?
Here's a JSFiddle of my site (very premature), seems to work fine on there, but I'm not getting any results at all locally, either in the preview window in Komodo or when I open it in Safari.
Here ...
-3
votes
3answers
33 views
Persist user name when login fails [on hold]
My app is built on HTML (bootstrap), JavaScript (JQuery).
My login form has an input for user name and password. How can I persist the user name when a login fails? Cross-browser?
Thanks for any ...
0
votes
0answers
19 views
Add flexslider(s) on Jquery UI tabs - making them work
I have a flexslider working on the first Jquery UI tab, but when I place on the second one its a nogo....anyone know what else you have to add to make this function work? I included a Jfiddle of the ...
0
votes
2answers
32 views
jquery .hide() function - Hide mobile, Display Desktop
I'll try my best to set up my scenario so that you can understand my question.
My site is currently taking advantage of css media queries to span between screen resolutions. I have a main drilldown ...
0
votes
2answers
21 views
HTML 5 local computer hardware specs
Is there a way to use HTML 5 to access local system hardware details?
I'm looking specifically for attributes about CPU, RAM, Disk space, Video card information, Browsers available and plug-ins ...
0
votes
2answers
26 views
Append text to iframe parent address bar
Is there a way to append some text to the iframe parent's address bar? I know you can accomplish this by using HTML5 history.replaceState, even there's an approach to this by using history.js, but it ...