Questions tagged as 'javascript'

1
answer

How to create a popup with a dropdownlist?

How do I create a popup with a DROPDOWNLIST in Asp.net C# "MVC" or Javascript/Jquery ? Can you call this popup through a ActionLink ?     
asked by 07.08.2015 / 19:22
1
answer

jQuery, how to change the z-index of datepicker

When I make a $('#man_dia').datepicker(); the tag with id = 'man_day' is just an input, and jQuery inserts the other elements in the DOM alone, I even get the id that jQuery generates #ui-datepicker-div { z-index: 999; } Bec...
asked by 07.08.2015 / 15:10
1
answer

Change table with JavaScript

I have this Table , which uses JavaScript to pass or return a round; the problem that always starts in round 1, and to get in the current have to generate several clicks ... I wish it could start already in a predefined round, for example today...
asked by 11.09.2015 / 17:26
1
answer

disappear a button

I have a code where it creates a table if it has a record in the database. In this table, in the last column there is a button that when clicking opens a more detailed screen on that row of the table. I need to make this button appear only in th...
asked by 21.07.2015 / 19:40
1
answer

JavaScript Cookies on webview smartphones!

I would like to know if anyone knows how to use or know if they get cookies directly from the smartphone's webview .. I know they are functions of a browser, but I am making an APP that it needs to temporarily or permanently save, until it is...
asked by 22.07.2015 / 23:48
1
answer

Upload content into a DIV using JavaScript

I need to load the video.html page in the div with video id using JavaScript. I have the following script: function video() { $.ajax({ url: "video.html", cache: false, success: function(html){ $("#video"...
asked by 21.07.2015 / 20:39
1
answer

Use of reserved word "import" in javascript

Reading the Ghost code, CMS platform based on NodeJS I found a file with the following statement: import Ember from 'ember'; import Resolver from 'ember/resolver'; import loadInitializers from 'ember/load-initializers'; import 'ghost/utils/lin...
asked by 21.07.2015 / 19:29
3
answers

Multiple parameters in xmlhttp.send ();

I'm doing an insert in the database with ajax, ajax is working, but the insertion is not being done correctly, I believe it's because I'm passing the parameters incorrectly in the send (); I need to get the name and age in the method. Here is th...
asked by 01.08.2015 / 20:04
1
answer

Problems cloning a checkbox (bootstrap plugin)

link I'm using a bootstrap plugin: link I'm trying to clone this checkbox , but the checkbox is not being checked (for on and off ) after being cloned. If I remove this part: The clone of this check...
asked by 04.08.2015 / 01:57
2
answers

Node generating Json

I have to develop a Java application that, through a Json, communicates with the Node and changes the language of the site. The problem is: the node must access the site literals / labels in .txt and turn it into .json . Using...
asked by 13.07.2015 / 19:41