Tagged Questions
0
votes
4answers
18 views
have div content update when variable changes in javascript
i have searched around but cant find exactly what i need. i want the div, which contains a variable value, to update every time the variable changes. is this possible? without reloading the whole ...
0
votes
1answer
66 views
how to update an element of a specific div?
I am creating a web page where the user can select an item and the information is displayed. I have two buttons (btnBuy0 and btnBuy1). When BtnBuy0 is clicked, the details of the items showing ...
0
votes
1answer
44 views
how to update contents of a span tag?
I am creating a web page where the user and select an item by clicking on the button. The details of the item selected will be displayed in a dropbox. At the moment I can get it to update the quantity ...
0
votes
1answer
94 views
how to check if an item exist in sessionstorage?
I am creating a web page where the user can add an item into a dropbox buy clicking a button. The sessionstorage store the partnum and quantity of the item. The dropbox will display the details ...
1
vote
0answers
33 views
Deploying with capistrano fails to update js and css files. How to clear cached files?
I'm using capistrano to deploy from localhost to the remote server.
Everytging works fine except one thing: js and css files do not update. Not even one. Not even application.js or application.css is ...
0
votes
0answers
483 views
How to update selected sharepoint list items with javascript,
Hi this works fine on button click ; it loops selected items in the view, alerts the id & calls the updateListItem function
function ViewSelectedItems(){
var selectedItems = ...
0
votes
3answers
55 views
Update multiple pages
I am doing some freelance work for a client and I need to re-code an old menu. The entire site is static which will make this process extremely slow and redundant, does anyone have a good technique ...
1
vote
2answers
180 views
Update Table Cell Data w/jQuery
This is my table format.
<table id="table1">
<tr id="row_1">
<th>Some Heading</th>
<td class="t1"></td>
<td class="t2"></td>
<td ...
0
votes
1answer
122 views
RaphaelJS/Javascript update path instead of creating new one
I have a textbox where the position of a co-ordinate have to be entered. Then after that by clicking on Set, the text(co-ordinates) are assigned to variable c. And clicking Draw draws a path to the ...
0
votes
4answers
1k views
Enter variable name in textbox and get corresponding value
I have created 3 variables a,b,c. I have assigned values to a and b and have also made a textbox. What I want to do is enter the name of a the variable in the textbox and click the button, then the ...
0
votes
1answer
79 views
Javascript update parent content from frame
my issue is that I'm trying to update a div content (with id="content")
from frame content after it gets loaded from form submission.
Where form attribute action="test.php" and target="source" which ...
0
votes
0answers
421 views
Ext.get('id').dom.innerHTML gives “unknown runtime error in IE”
I am using ExtJS 3. I am creating a table dynamically each time when user clicks on particular button.
So remove previous contents (otherwise table data is getting appended over the previous data),
I ...
1
vote
1answer
198 views
Updating javascript code in Cordova app after it has been published in the app store
I'm developing some apps where the clients wants to implement design changes, adding new content fields etc after the app has been delivered. Also at the moment the apps are done through RhoMobile but ...
1
vote
0answers
137 views
How to create vertical axis lines when the chart type can change?
I am trying to create the axis lines that can be seen in this d3.js example with the chart from this d3.js example.
I am new to d3.js and I am struggling with creating both the horizontal lines and ...
2
votes
1answer
1k views
D3: How can I change data in an existing bar chart
I have successfully build my initial bar chart. Now I want to add more bars to that existing chart using transitions to have a nice user experience.
Here's my code:
var data = [23, 85, 67, 38, 70]; ...
0
votes
0answers
55 views
Updating only some files in Adobe Air app with an external program
I need to replace only one file in an quite big HTML/Javascript Adobe Air application, so the Air's update model (replacing the whole app) seems to be too heavy. I was considering using custom native ...
2
votes
1answer
168 views
Scheduling update “threads” in JS / WebGL
Currently, I am rendering WebGL content using requestAnimationFrame which runs at (ideally) 60 FPS. I'm also concurrently scheduling an "update" process, which handles AI, physics, and so on using ...
0
votes
2answers
669 views
PHP, JavaScript and MySQL: updating and passing of variables
I am trying to increment a number and update the database and then display the number without refreshing the page. I am just wondering, is there a way to read/update MySQL using JavaScript?
I tried ...
0
votes
2answers
103 views
Dynamically updating part of a page for all users
I want to dynamically updating a part of a web page for all users on it when I chose to (through a seperate page).
The scenario I'm thinking of:
Say there's a chat box and a picture
on a page.
When ...
