Tagged Questions
0
votes
0answers
13 views
CakePHP 2.3 AJAX dynamic form
I am trying to develop a CakePHP 2.3 application with a dynamic form and I am having trouble understanding how AJAX works with the newer versions of CakePHP. I have done a lot of google searching and ...
2
votes
1answer
36 views
update video source when clicking on a link
I am trying to have a page with embedded video that dynamically will change the source when a link below the video frame is clicked. The source videos are on my host server.
i.e. this pic illustrates ...
0
votes
1answer
23 views
How to get a working dynamic javascript reference in an SVG
What I am trying to do is to set the Javascript script reference in an embedded SVG document dynamically from Javascript code within the HTML.
I assumed it would be just as easy as dynamically ...
0
votes
3answers
38 views
How to create dynamic external javascript files?
I am thinking about how some online services create dynamic JavaScript files. These files have the .js extension, but their content is not static. I found a sample file here. It seems that this script ...
-1
votes
1answer
29 views
Google map with dynamic and multiple destinations
I have edited this code but in distance textbox I want to display total distance.How to do?
It calculates distance between 2 waypoints.I tried to add all diatances but it doesnt work.
...
0
votes
2answers
36 views
.NET validate dynamically created fields
I'm working on a page where I have to dynamically add multiple fields. I've basically completed the job but I'm being held back by the validation.
The problem is that the form fields need specific ...
1
vote
0answers
47 views
How to get a property in a dynamically created Object in a dynamically created Array
Basically, I have this dynamically created object being sent back from a PHP script that I put into an array. I store where it's located in the array in the tools the user uses to select what to view ...
1
vote
0answers
23 views
How to get the account name in dynamics cm using JS?
hi i want to get the name of the account in dynamics crm 2011, created on a specific date.
for example, if an account is created on 4/3/2013 and the user also gives the same date then how can i get ...
0
votes
0answers
13 views
Dynamic fix navigation error
i have a dynamic fixed header and nav bar which i want to be fixed when i scroll down to the page since its a one page website. but i seem to face an issue when i scroll down the header fixes alright ...
1
vote
2answers
33 views
javascript: implement something like python's __getattribute__?
Is there a way to implement in javascript the functionality of python's __getattribute__() (or __getattr__())? That is, a method which is called whenever an object is called with method name or ...
0
votes
1answer
34 views
Change symbols of currency fields upon changing Currency on the Form in CRM 2011
Some of you might have faced this issue in Microsoft Dynamics CRM 2011 but today when i was assigned the task to change the Currency lookup value dynamically to match the account currency in case of ...
2
votes
1answer
45 views
dynamic text inputs save to the db via ajax
PHP:
foreach ($_POST['fields'] as $fieldIndex => $fieldValue) {
$stmt = $dbconnect->prepare('INSERT INTO '); <<=== How to insert values
$stmt->execute();
}
JQuery:
...
0
votes
1answer
41 views
innerHTML javascript dynamic
I am currently having some issues with the innerHTML function in a little javascript project. Essentially, I have a few HTML form checkboxes which change a number (that is displayed on the same page) ...
2
votes
2answers
36 views
How to force the browser to parse the MathML content again?
To be specific(MathJax is not what I am looking for)I have a web-page with some MathML in it.The "FireFox" browser parses it fine but when I try to add the same code through javascript,it doesn't ...
0
votes
1answer
50 views
0
votes
0answers
20 views
Misfiring event for Dynamic control
In my Asp.net Application, I created a ImageButton "Login" dynamically. Also added a attribute as "OnClick" to the "Login", during Page_load. Again am adding same attribute as "OnClick" to the ...
0
votes
1answer
47 views
Highcharts/Highstock dynamically add/remove multiple series
I'm a Java/PHP programmer with an unreasonable inability to grasp Javascript, so I need a hand with something that should be simple.
Take the chart here: http://www.highcharts.com/stock/demo/compare
...
0
votes
1answer
67 views
Dynamically creating multiple textboxes depending on minimum number of characters in previous textbox/ javascript/asp
Hi I have a webform in which i need to add multiple textboxes dynamically depending on the entry in previous textbox.. Even if one character is entered in the previous textbox it should generate new ...
-1
votes
3answers
68 views
How do I make a div not display, if the browser window is at a certain width? [duplicate]
I want some images to not be displayed if the persons browser window is too small. Would I do this in CSS or Javasript, and if so, how?
0
votes
1answer
33 views
How to bind jquery droppable to a dynamically created element
I'm having a serious trouble with attaching droppable functionality to dynamically created elements.! I cannot bind droppable when the item is created since there is an ajax call going when the a ...
2
votes
2answers
61 views
can you add properties on to functions in Dart?
Can you add properties on to functions in dart? I tried this:
void main(){
fn(){
//DoSomething
};
fn.id = 1; //Exception NoSuchMethod
}
Only to get a NoSuchMethod exception ...
1
vote
0answers
27 views
How to make the margin of an image dynamic
What i have is a long rectangular image like this
http://www.openstudio.fr/jquery-virtual-tour/img/sculpteur.jpg
and 3 buttons that will move the image to left, to right and pause.. just like what ...
0
votes
1answer
29 views
Fixing dynamic responsive navigation when there are more items than the container has width
So I'm currently working with some dynamic navigation. Just the basic HTML markup of a <ul><li> composition. My problem occurs when the user added too many items into this navigation and ...
0
votes
3answers
36 views
how to add a class to one dynamic menu item?
php:
$sql = "SELECT id, menuname
FROM table
WHERE status = 'active'
ORDER BY order ASC";
$result = mysql_query($sql);
$menu = "<ul>\n";
while ($row = ...
1
vote
1answer
70 views
JQGrid with dynamic column: cellattr does not work
I have built my JQGrid table with dynamic column in this way (ajax call) :
$.ajax(
{
type: "POST",
url: "Scripts/GetSummaryInformation.php",
data: { domain: "<?php echo $domain; ...
1
vote
4answers
44 views
No events for dynamically generated input tags
I have dynamically generated some input tags for a web application.
function FormElement () {
this.formElement = $('<div class="formElement"></div>');
...
0
votes
0answers
22 views
Dynamic Date Select (Php/JS)
I'm having problems trying to access a function inside a JavaScript script, so I can create a dynamic set of possible dates based on what month is selected. It doesn't even seem to access the ...
0
votes
2answers
106 views
CodeIgniter form validation, re-populating dynamically added fields
I've got a form like this:
<form action="" method="post">
<input type="text" name="name[]">
<input type="text" name="name[]">
</form>
<button id="add">Add extra ...
0
votes
2answers
82 views
How to Calculate the subtotal of a Dynamic table rows?
I have dynamic table which looks like this
Sl no : Item Desc. : Qty. : Price : Available Qty. : Sub Total : Actions:
i want the subtotal for each to be calculate as soon as the ...
0
votes
5answers
59 views
Is it possible to rewrite your javascript dynamically
I would like to edit my if else statement in javascript dynamically.
So after one if statement is used, it could be removed. I get this maybe isn't possible but after a search online failed, my ...
0
votes
2answers
30 views
For Loop with dynamic numbers in timeout
I have a for loop that is running a timeout function that needs dynamic numbers but instead I'm getting the end result instead of the increments in some cases.
Here's my code (p.s. yes I realize ...
0
votes
0answers
38 views
Userscript not working on dynamically loaded iframe
I am trying to create a userscript that will just remove all spellcheck=false attributes from all websites. In general, I mostly just care about the wikia visual editor, and that is where I am getting ...
0
votes
1answer
51 views
How can I dynamically add a textbox to the part of text i click edit?
I'm creating a webpage. My Accounts page is more or less like the "Facebook's" account page.
My page's image: http://tinypic.com/r/2e51t2t/5
In this page I want to add a textbox dynamically to the ...
-1
votes
2answers
68 views
javascript passing values dynamically to a method jquery
$(document).bind('pageinit', function () {
var vendor_id = $.urlParam('vendor_id');
$.ajax({
type: "GET",
url: "http://testservice/testmenu",
data: {
...
-1
votes
5answers
68 views
Dynamically adding javascript to <head> [closed]
I am using a function "loadScript" to insert an external .js if the browser detects it is online.
<script type="text/javascript">
function loadScript()
{
if (navigator.onLine == true)
{
...
0
votes
2answers
62 views
How to create a list of check boxes dynamically depending on another dynamically created select list in Javascript
I am creating select lists with different time intervals (8 AM-5 PM, 9 AM- 5 PM etc) dynamically basing on the number of dates from datepicker. Now, i want to create a list of checkboxes like 8 - ...
2
votes
1answer
61 views
Dyanamically change href of javascript youtube player using jquery
<a id="bgndVideo" href="http://www.youtube.com/watch?v=mAf6zKRb1wI"
class="movie {opacity:.8, isBgndMovie:{width:'window',mute:false}, o
ptimizeDisplay:true, showControls:true, ratio:'4/3', ...
0
votes
1answer
50 views
Dynamic switch statement for keypress (Javascript)
I've got a website that has full width and height div's (each div is effectively a page) and you navigate through them using links and hashes; <a href="#work"></a> will scroll you to the ...
2
votes
2answers
43 views
How to send dynamic key and value both in jQuery Ajax? [duplicate]
I want to send both the key and value to be dynamic(and the key is dynamic like coming from user input). Then how to send the request.
I want something like this:
var requestString;
if(something)
...
0
votes
1answer
41 views
Datepicker for dynamically created controls
I have a page with a number of dynamic controls.
For some of the dynamically created textboxes, I'd like to add calendar control using jQuery (Keith Wood)
Normally, if the textbox controls are not ...
0
votes
1answer
115 views
Load script file dynamically in ASP.NET MVC
I'm using ASP.NET MVC. I have a view that loads contents of a partial view in a section.
Problem is that partial view has some script references in it. so when I load contents of that partial view in ...
0
votes
2answers
102 views
Dynamic creation of radio button in Html for IE
Can anybody give me a working code for creating dynamic radio buttons in html (and javascript) which works in IE, Firefox and Chrome?
I saw a lot of codes in the internet, but none of them worked for ...
0
votes
0answers
65 views
Resizing HTML Object Tag with changing content
I realize there are numerous posts on this site and others covering this topic, but I can't seem to figure out exactly why my code isn't working the way it seems like it should.
I have a page that ...
0
votes
0answers
39 views
Responsive Images in dynamic div
At first I want to show you what I want to create.
Example! ! Here you have to go on "Galerien" and now resize the Browser in height or width. You see that the images/divs automatically fits on the ...
0
votes
1answer
61 views
Pass data to dynamically created template with meteor
Following up on this queston/answer (second answer) Dynamically loading templates in Meteor.js
I have set up a helper in the current displayed template and i am returning the template dynamically. ...
0
votes
0answers
82 views
Popup window custom function to retrieve data in javascript
I am loading a popup window with my default page after pressing a link, and the window is dynamic. I am sending into a javascript function the ID of the data i want to retrieve and i want the popup ...
1
vote
1answer
69 views
dynamically filled forms with Jquery & Ajax
I have a bit of a problem achieving what I'm trying to do.
I'm doing a mailbox like page and I'd like to add a "Respond" button which will fill a form with some values.
I'm generating my page ...
0
votes
1answer
153 views
dynamically create input type='text' boxes then add values from each into Backbone.js array
I was wondering how to create a number of text boxes based on a type='number' box...so as soon as someone adds 1 to the number box, another text box field would be appended to the backbone.js ...
0
votes
1answer
117 views
JQuery dynamic table totals
I have this table:
http://i.imgur.com/V7hMNEi.png
The table has data from every month, but only shows the selected date.
So, the question is: How can I do a total of Actual Hours and Extra Hours per ...
0
votes
1answer
98 views
onclick event on dropdown is not getting called
I am adding following Combobox "Select Page " dynamically to jsp page, which on change populates another combobox called "Objects".Select Page dropdown is loading properly with content but its not ...






