Questions tagged as 'jquery'

1
answer

How to disable default value in kendo dropdownlist?

I have a kendo grid and I'm creating a template for editing the grid data, but I'm having problems with the code below ... Home This is part of my template code: <script id="popup_editor" type="text/x-kendo-template"> <div class="k-e...
asked by 01.06.2015 / 15:38
3
answers

DOM search for name and value positive [duplicate]

I need to search the DOM for name and value. I'm trying to do this $('input[name=FLG_SEXOX_CLIEN value="{{ $cliente->FLG_SEXOX_CLIEN }}"]').attr('ckecked').trigger("chosen:updated"); But this is not working, in the console this message...
asked by 08.12.2016 / 19:56
4
answers

Fill in text inputs after checking checkbox and clear when unchecked

When marking the chekbox all fields must be filled with the anonymous word and unchecking it clears the fields. My html: <form> Deseja anonimato? <input type="checkbox" id="anonimo"> <input type="text" id...
asked by 30.10.2018 / 20:40
4
answers

JavaScript money format with AngularJS and jQuery

Good morning everyone. Next, I need to make when the user exits with the focus of the field or when typing it, format this field according to the format of money, first in the Brazilian format. Example: 14700.25 or 14.00. Without the dots,...
asked by 10.07.2015 / 15:00
2
answers

Display a loader while processing ajax

You can display a message like: "Loading ..." while my ajax does the operation? AJAX $.ajax({ url: url, type: 'GET', dataType: 'json', succes...
asked by 18.03.2015 / 18:16
4
answers

Change the position of a li to the first position

I have the following <ul> : <ul class="opcoes"> <li id="">Escolha a opção abaixo</li> <li id="1">1</li> <li id="2">1</li> <li id="3">3</li> </ul>...
asked by 29.09.2017 / 22:40
5
answers

function to count amount of DIVs [closed]

I need to create a function to check the amount of DIVs on the screen and insert a class within the fourth for example. These DIVs are created dynamically.     
asked by 13.06.2017 / 16:41
1
answer

AJAX request error - ASP. Net and JQuery

I have an aspx file where I created a script with an AJAX call to execute method populaGridMembros on table gwMembros , method is working perfectly and returning a string in JSON format, when I run $.ajax does not work, it...
asked by 16.01.2015 / 04:50
2
answers

What is the difference between # and #! in HTML 5?

What's the difference between # and #! in the href attribute of elements <a> ? <a href="#">link 1</a> <a href="#">#
asked by 06.09.2017 / 17:54
2
answers

Image Modal only works with the first

I have a modal of images but it only works with the first, can anyone help me? see the modal here: link     
asked by 18.11.2016 / 18:03