0
votes
0answers
14 views
Organization Chart (Tree chart)
I am working on a project that requires to draw an organization chart. I wanted to know if the community would be kind to recommend a few. I want to use jQuery and HTML5 if possible.
I am developing ...
-3
votes
0answers
24 views
Mobile Friendly Shopping cart
I am not a developer, I am a designer... But I need help.
If anyone can help, I just need a jQuery code to make this work.
The jQuery should do the following:
The Div ID:topselection
This area ...
0
votes
0answers
31 views
aligning a vertical submenu list to the top of the parent list?
I'm very very new to jQuery (only started messing with it 2 weeks ago with no prior background other than HTML and CSS). I've been modifying a jquery code I found on here to make a full-width subnav ...
0
votes
2answers
29 views
Trouble getting value of data attribute with jQuery
I am trying to modify this tutorial to add in social network links. Here is the markup for the tile:
<li>
<a href="http://cargocollective.com/jaimemartinez/"
...
-3
votes
2answers
41 views
conditional statement in jquery?
I'm having difficulty on creating conditional statement in jquery, the original code is shown below:
http://jsfiddle.net/phann/7Qzzg/1/
and i make some modification on the code, like below. But it ...
1
vote
1answer
19 views
Animation during a postback to mock smoother page redirects
This might turn out to be a very silly question but I could not find any resources that could help me. My requirement is to have "smoother" page transitions. To explain a bit more when I typically ...
0
votes
0answers
9 views
TweenJS - How to use a slider input to control tween position?
I am working on a project that allows a user to view a canvas animation created in a previous process,
Underneath the animation (the canvas element) I need a slider to control "scrubbing" of the ...
0
votes
1answer
27 views
How to create a historgram from json
I need to create a nice looking histogram using a json response from my back-end service.
I have looked into some freely available charting api, but none I found has option to create histogram.
...
2
votes
3answers
46 views
Identify all elements present at specified position
Is there any method in jQuery to select all element located at a particular position for example select the element that is located at left:100 and top:300 and another div is located at same position, ...
0
votes
1answer
38 views
What is the best practice to create an AJAX navigation?
I'm trying to build a website which doesn't reload all the page each time the user press the link of the navbar. So I'm using jQuery and AJAX with GET to load the corresponding html file in a div tag. ...
1
vote
0answers
19 views
Histori API html5, how to know when user clicked in next/back browser buttons?
I am getting familiar with the html5 History API, but I am using the history.js to extend the compatibility,
I have one question and it's that, how can I know in:
...
0
votes
1answer
31 views
Jquery - Background images - full width gallery transitions
I have a brief to build a swish B&B website - they would like full width background images which I've coded as a cover image using media queries to save loading the larger images on smaller ...
0
votes
2answers
42 views
How to set div height to auto-adjust for background size?
I am making a responsive site . my problem is How do I get a div to automatically adjust to the size of the background I set for it without setting a specific height (or min-height) for it?
...
0
votes
0answers
26 views
jquery color change function
I am fairly new to javascript/jquery however i am making all efforts to understand what i am doing. I was inspired by diesel site data-color function per block and pretty much want to do something ...
0
votes
0answers
10 views
SignalR and Uploading Files
I want to upload a file to the server and than do some logic on it.
I want the user to be able to see the process steps as they happen. like for example:
Uploading File (with %)
File Uploaded
...
-3
votes
2answers
50 views
How to get the rounded label same as button? [closed]
i'm trying to get the label as like a button.
My page: http://jsfiddle.net/5gaa3/5/
{add some code in here....}
In this fiddle, in header i've a "select list" label i want to display that label ...
0
votes
2answers
56 views
jQuery - Cannot retrieve Input Number value
<input id='nb' name="nb" type="number" placeholder="Number"/>
jQuery.val() returns the value if there are only numbers, but empty if there is any letter.
Chrome shows the input number arrows ...
0
votes
1answer
33 views
Creating simple audio player using the <audio> tag and Javascript / jQuery
This is my first question on here, and I'm new to Javascript and jQuery. I've been searching through the web to learn the basics for creating my own functions to the HTML5 tag. I can't get it to ...
0
votes
1answer
23 views
Page transition, Load new page in a div while changing URL location
I'm familiar with the Ajax/jQuery .load() or php include() which can be used to load other content into a div on a page.
Kindly take a look at this example I've posted: my site with page transitions
...
1
vote
2answers
42 views
jQuery FadeIn multiple Times
so I wrote the following code:
$('.frame').each(function(){
$(this).click(function(e){
var id = $(this).attr('id');
e.preventDefault();
...
-2
votes
0answers
33 views
Can someone please post a Semantic Differential Survey in HTML /java code? [closed]
I am in need of help. Can someone please post a Semantic Differential Survey in HTML /java?
It is similar to a Likert survey, but instead of having the user to select radio buttons, I would like the ...
1
vote
3answers
58 views
Saving multiple times on single click
i have a search text box ,search result will show a graph ,i am saving that result in DB
But first time it will save properly ,second time it will save 2 times ,third time 3 times ,
...
-1
votes
2answers
40 views
Dynamically create a sphere using the HTML5 Canvas [closed]
When I click on particles on a canvas, then I need to create a sphere dynamically with a unique number.
Demo URL: http://sembiotics.com/
2
votes
1answer
27 views
Save the contenteditable changes in json file using php ajax
I was trying to make a page content editable using html 5 and save the data in json file for later use.
I would also like if the page loads using AJAX just the part which is edited and a php file ...
0
votes
1answer
28 views
Couldn't ajax local file from local html page
According to Same Origin Policy, SOP shouldn't apply to file:// protocol, but why my code does not work? I am running this testing page from my local system and I have abc.txt in the same directory as ...
0
votes
1answer
14 views
My full screen bigvideo.js video works locally on all pages but once on the server stops working, what reason could this be?
If you go to this site the video as a background works on the home page but not the about or blog page. It has the exact same script code and javascript functions but for some reason the about and ...
-2
votes
1answer
20 views
Sliding Between Web Pages using jquery/ajax or html5
I am trying to understand how to create the effect of clicking on a right arrow and the content of the webpage (Everything except for the footer and header) slides off to the left, and another html ...
-1
votes
0answers
31 views
Guide me through making a spinning wheel game with jquery [closed]
Recently i've been given the task to put together an ajax/javascript based game similar to wheel of fortune, i have no idea where to start.
Which jquery functions do i have to look into i think all i ...
2
votes
1answer
31 views
Setting element data-icon with JavaScript
I have the following button element in my HTML
<button id="play-pause" aria-hidden="true"></button>
On the jQuery ready event, I run the following code:
...
0
votes
1answer
23 views
Can the automatic Yii ID's be changed?
I am working on a project in Yii in which the client wants that there should be no indication that it is coded in any framework.
So while going through the final page source of any view generated in ...
3
votes
2answers
47 views
Show drawing process using JavaScript and HTML5 canvas
I am currently trying to make a little pythagoras tree application using JavaScript/JQuery and a HTML5 canvas.
The algorithm works fine but sadly I am not able to see the process of drawing. The UI ...
0
votes
1answer
66 views
How do i add different classes to different elements in a div? [closed]
I have a div like so
<div id="test1">
<a id="hello1"> One</a>
<a id="hello2"> Two</a>
<a id="hello3"> Three</a>
</div>
I am using templates and ...
0
votes
1answer
29 views
Site Not IE 8 Compatible — Quick Fix?
I've been tasked with debugging and bringing a website into compatibility with IE 8, which I'm surprised to see still dominates the market share of IE users. The site uses HTML, CSS and jQuery with ...
2
votes
0answers
42 views
Table moves to j-query specified position on button click - and then moves back
I need 4x4 buttons, and since I am new to HTML etc, I decided to use the easy, but deprecated Table. Due to me using a premade online-found Filebrowser, I had to change my Jquery-file to a newer ...
-4
votes
0answers
69 views
JavaScript and CSS3/HTML5
Im currently building an interactive world map using CSS and HTML (with a lot of help from this forum).
When clicking on continent such as Asia it opens Asia page on my site, where all asia countries ...
0
votes
0answers
21 views
Get new Random Image in galleriffic Slider on Page load
I am using galleriffic (jquery plugin) for displaying slider in my project.
My project requirement is to get new image on slider each time the page refreshes
code
<link ...
0
votes
0answers
12 views
Hammer.js on Wrapper but not if swiping the image
I'm using Hammer.js & the specific jQuery Plugin from Hammer.js to detect touch gestures for my webapp. The problem is that I've got much more touch controlls on the web app. So I want to detect ...
0
votes
0answers
29 views
jQuery to detect what file type attribute, then parse it into appropriate tags
I have a script parsing my RSS feed into a Wordpress blog format, but the element tag is running amuck.
Is there a way to filter through the parsed RSS to look for tags containing jpg and then change ...
0
votes
1answer
13 views
Is there a jquery slider that shows the thumbnail when you hover over the pagination bullet
I want to have the bullet pagination but when the user hovers over the bullet it shows the thumbnail on top of it. is there a slider that does this already?
-3
votes
1answer
48 views
problems with the stamps of html code by javascript
I need that the javascript function stamp the code exactly when i put the <div id="">
I tried with:
$.ajax({
url: "myUrl"
dataType: 'jsonp',
jsonp: 'jsoncallback',
timeout: ...
0
votes
0answers
14 views
Control your video playback with mouse position on screen
Is it possible to control a video with your mouse position on screen?
So for instance, if my cursor is on the left side of my screen, the video will be at the first frame, but when I move my cursor ...
1
vote
1answer
78 views
ASP.NET, CSS and jQuery
I have this aspx page:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Some Title</title>
<link href="css/home.css" ...
0
votes
3answers
72 views
JavaScript: how to build simple percentage increaser?
How to build increase value as percentage without progress bar.
I have built an animator, but actually I need simple one which show value from 0% to 100% without progress bar or anything.
Here is my ...
0
votes
0answers
22 views
Additional Play Button for HTML5 Flowplayer
I am using the latest version (v5.4.1) of the HTML5 Flowplayer and I am trying to add an additional Play button, so that the video will start with a click on the button as well as with a click on the ...
1
vote
0answers
131 views
PDFJS: how to render pages and load data on request?
I would like to show pdf files in my web app, PDFJS is working fine but I would like to load the pages on scrolling. I found PDFJS supports rendering on loading. I dont want to load whole document at ...
0
votes
3answers
53 views
jQuery $.ajax method displays error status
the webservice looks like
using System;<br/>
using System.Collections.Generic;<br/>
using System.Linq;<br/>
using System.Web;<br/>
using System.Web.Services;<br/>
...
0
votes
2answers
38 views
how to use Cordova with Jquery Mobile
I want to use the Cordova 2.7.0 for my cross platoform browser based mobile application using the Jquery Mobile frame work.
I am new to phone gap and jquery.
i have downloaded the Cordova 2.7.0 from ...
0
votes
0answers
33 views
Flip switch change event is triggered twice
I am developing a hybrid application using phonegap.
Currently I am working for Windows phone.I am using flip switch .But the problem is change event is getting called twice on clicking it.On clicking ...
-4
votes
0answers
55 views
Show value from javascript, in HTML5 [closed]
I have the code below
<!--
http://stackoverflow.com/questions/9972449/rotating-an-element-based-on-cursor-position-in-a-separate-element
http://jsfiddle.net/JqBZb/
http://jsfiddle.net/WXHe6/2/
...
1
vote
1answer
26 views
Discrepancy between sorting of coordinate points across major browsers using jquery
In a web application I'm developing I am detecting the boundary of certain images and generating an array of coordinate points along the detected boundaries. Because of how the array is generated the ...




