Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 10 of 10
Search took 0.08 seconds.
Search: Posts Made By: Drew012
Forum: JavaScript frameworks 07-29-2012, 01:27 AM
Replies: 1
Views: 478
Posted By Drew012
Stuck on jQuery Visualize plugin

https://github.com/filamentgroup/jQuery-Visualize/blob/master/js/visualize.jQuery.js

Above I have a link to the jQuery visualize function. Basically it is part of:...
Forum: JavaScript frameworks 07-14-2012, 04:50 AM
Replies: 1
Views: 363
Posted By Drew012
JQuery Plugin works flawlessly in chrome, doesnt work in IE/Firefox?

I am really confused on what could be causing this. The problem is different in both browsers, so what is going on? I put up a quick use of the plugin that displays how it doesn't work in...
Forum: JavaScript frameworks 07-13-2012, 07:03 AM
Replies: 1
Views: 403
Posted By Drew012
Help with basic functions and selectors Jquery

I want #Questions to update #Tally onClick. It would do this using:
$('.visualize').trigger('visualizeRefresh');

#Questions is a drop down list with the numbers 0-100. So I want to trigger the...
Forum: JavaScript frameworks 07-11-2012, 07:43 AM
Replies: 1
Views: 503
Posted By Drew012
JQuery Visualize Plugin - Help changing chart type

I have an HTML table that is automatically updated using a function I created in javascript. I am using a graphing plugin that takes the updated information from this table and displays them as a pie...
Forum: JavaScript programming 07-07-2012, 02:52 AM
Replies: 0
Views: 373
Posted By Drew012
Smile Update HTML table/javascript variable as user inputs them?

<table id="totals">
<tbody>
<th scope="col">Social </th>
<td id = "hello">&nbsp;</td>
</tbody>
</table>

<script>
//this defines my four...
Forum: JavaScript programming 07-06-2012, 11:21 PM
Replies: 1
Views: 276
Posted By Drew012
How to use a javascript var in an HTML table?

I have a javascript variable that is universal. To sum up my problem, the user can change the value of the var A. They do this because var A = var B + C.
The user can change var B and C. When I set...
Forum: JavaScript programming 07-06-2012, 05:06 AM
Replies: 3
Views: 310
Posted By Drew012
Thanks, I sort of figured out what I was doing...

Thanks, I sort of figured out what I was doing based on this. Turns out I was expecting an alert() message to pop up as I loaded the page but since it was in an if statement I had to execute that if...
Forum: JavaScript programming 07-06-2012, 03:25 AM
Replies: 3
Views: 310
Posted By Drew012
Smile How to get the total as a variable?

I have a list of questions. For each of them the user inputs a number from 0 - 100. The sum of the three numbers needs to be assigned as a variable. I am going to use that variable in a basic HTML...
Forum: JavaScript programming 07-05-2012, 07:39 PM
Replies: 0
Views: 231
Posted By Drew012
Question Cannot apply plugin to specific table, not pulling info from user input

I am new to javascript and programming and I am trying to use the jQuery.visualize.js plugin. I have all my directories set up and correctly referenced them. When I use the example index.html files...
Forum: JavaScript programming 07-01-2012, 10:59 PM
Replies: 1
Views: 444
Posted By Drew012
Referencing jquery.js and other files properly?

Hello. I am new here and am trying to get jquery to work in a simple web page. I am using the following tutorial (series):

http://www.youtube.com/watch?v=DWovwudaP94&feature=fvwrel

My problem...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT +1. The time now is 07:52 PM.