Questions tagged as 'javascript'

2
answers

Manipulate fix element characters in JavaScript [duplicated]

I have started to learn to use JavaScript, I have no experience in this kind of languages. Basically what I want to do is replace some characters of the names of the elements, for example, the following program gives me the 4 fruits, at the ti...
asked by 01.05.2017 / 22:41
0
answers

asp: RequiredFieldValidator does not work with ajaxtoolkit: ModalPopupExtender

I mean, I'm combining these two controls in ASP.net, the idea is that PopUp is not visible until several TextBox are filled, the problem is that I'm not respecting this validation and PopUp shows me independently that the field is empty, then at...
asked by 18.04.2017 / 16:22
0
answers

how to open infowindows of google maps from a button?

.HTML file where an ng-repeat of the markers stored in an array is executed on an ionic-radio <div class="lista"> <ion-scroll class="listContainer"> <ion-list class="listoo">...
asked by 05.04.2017 / 19:11
1
answer

Control characters in js-grid field

I need to be able to control that in a field of the grid they do not allow to enter characters like !@"#$%&/() already modify the function in this way using the RegEXp option $str_eventUpdating=',onItemUpdating: function(args)...
asked by 05.04.2017 / 15:30
1
answer

Error with json in jquery

On my page I make two calls to json from the same API but different resources: function buscaInvocador($nombre) { $.ajax({ url: "https://euw1.api.riotgames.com/lol/summoner/v3/summoners/by-name/$nombre?api_key=RGAPI-de016c14-78f2-4...
asked by 05.04.2017 / 16:10
1
answer

A page with several divs and a form in each one

I'm making a page with elements that can be commented: element_1 (id_1) --->escribe tu comentario ---> OnClick abre div con un formulario element_2 (id_2) --->escribe tu comentario ---> OnClick abre div con el mismo formulario el...
asked by 11.04.2017 / 13:54
2
answers

Collect url from the post in wordpress

When the user enters to edit / create a post using the Wordpress admin, the metabox labur_add_metabox is created, which contains a input de tipo text empty and a button. The action labur_init is also executed in which a j...
asked by 12.04.2017 / 07:55
0
answers

Get the Browser Name [closed]

I am currently creating a script to send an error report of a certain application, for this I need to obtain the following parameters: Browser Name Version Operating System where Run I was using some properties but not all work the wa...
asked by 24.04.2017 / 21:04
0
answers

I can not click on a link with phantom-node

I am doing scraping of the site tematika.com to be able to create a book base. The problem is that I need to go over the page but I can not, so I always get the same books. I think that with the code they will understand it better. co...
asked by 01.04.2017 / 17:56
1
answer

modal codeigniter

I have this code but it does not open the modal, I am working with MATERIALIZE , not with BOOSTRAP var ID_AGENTE; jQuery.ready(function($) { $('.btn-eliminar').click(function(e){ e.preventDefault();...
asked by 01.04.2017 / 22:55