Tagged Questions
2
votes
0answers
114 views
Display progress bar to show async. request status using JQuery
Instead of using ProgressBar plugin, I've below script to display the progress bar for async. requests on the page. Could anyone provide any feedback on this esp. if there will be any issues like ...
1
vote
0answers
60 views
JQuery Drag Div Code Simplification
My code allows for the user to move a div around a container div by clicking and dragging the top, much like a window on a desktop. It does this by waiting for mousedown then mousemove, getting ...
2
votes
1answer
102 views
HTML - single page layout - absolute positioning
I am doing web apps, mostly single page apps. So i have to give absolute and fixed positioning a lot via css.
For Example, consider this page layout:
<html>
<div class="app-header">
...
2
votes
1answer
191 views
Structuring Simple HTML5 / CSS3 / JavaScript Math Web App
I am new to web apps and I am having a difficult time structuring my apps. I put together a very simple math web app which I wish to expand on. The app has the following pages/screens:
Home screen
...
1
vote
0answers
212 views
Twitter Bootstrap Collapse (Accordion) With Knockout JSON mapping
I want to create a Dynamic Accordion control using Knockout JSON Mapping and Twitter bootstrap.
var ProductViewmodel;
function bindProductModel(Products) {
var self = this;
self.items = ...
0
votes
1answer
44 views
FadeIn a div element with jquery
I am new to web developtment and I want to Fadein a div using jquery. I used the following jquery code to fadein my div. It is not working, what am I doing wrong?
html
<body>
<div ...
3
votes
1answer
235 views
Improving Twitter Bootstrap Tooltips with json data
This is a working example that I am trying to improve.
Throughout the application I am working on one of the requirements was to have tooltips everywhere. However the customer wanted the ability to ...
4
votes
2answers
241 views
Simplifying Code for Drop-Down-Box in JQuery and HTML
I'm trying to come up with a way to make a drop down box that is displayed through a jquery mouse hover event and with nested dropdown boxes displayed through hovering over elements of the original ...
4
votes
1answer
482 views
DIV mask implemented in JavaScript/CSS
Mask.html
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script type="text/javascript" ...
1
vote
1answer
102 views
optimise jquery code
I have written a jquery code for a pop up but the problem is I wanted to optimize the jquery code can you tell me how to optimise it to have a better results in the browser..
it would be great if u ...
1
vote
0answers
104 views
Review my Card Matching Game. (Update to an earlier post)
I updated my code according to a few suggestions from my last post, so I thought I'd repost it to see what other feedback I could get. I also commented it heavily and fixed some of the functionality.
...
2
votes
1answer
154 views
How'd I do on this card matching game? Link and code inside
Here is the Card Matching Game.
And Here is the code:
// Author: Matt Gowie
// Created on: 10/01/12
// Project for Web Dev 2400
$(document).ready(function(){
var cardArray =
[
'd-ace', ...
0
votes
2answers
131 views
Is this decent HTML5 or total garbage? [closed]
So this is my first real try with HTML5 and i'm kinda lost.
Is this an acceptable way to do it? Also, it's a mobile Wordpress theme... i decided to ipost only the final output.
Thank you.
...
-1
votes
1answer
36 views
Create a box that will display subscriber options for a website [closed]
I am trying to figure out a way to create some kind of a popup information window when someone clicks on a "subscriber options" button.
An example of what I'm going for can be found here at ...
3
votes
1answer
112 views
make the fiddle cleaner
http://jsfiddle.net/hrishikeshp19/VyDsu/21/
Following is my HTML body:
<div id="header">
<div id="logo">
</div>
<div id="headercontent1">
</div>
<div ...