Questions tagged as 'jquery'

1
answer

as I do so that the image also takes me to the post

I am using blogger and the title of the post obviously takes me to the post when I clicked, but the image does not, and I want it to do it too, this is the code: title code of the post: <b:includable id='postTitle' var='post'> <a...
asked by 04.07.2018 / 08:44
4
answers

jQuery 3.3.1 does not update the 'value' attribute when I change the value of an input

I'm using the 'value' attribute to check the value of an input, when I change the text in the input, the jQuery function .val () recognizes the new value but the 'value' attribute still maintains the previous value. I do not understand this beha...
asked by 11.07.2018 / 11:51
2
answers

How not to allow selecting a product from another list if it was already selected in a list, jquery?

Good day. In this way I select product from 2 list List No. 1 $$('.lista_productos_elegir').on('click','.sumarProducto1', function(e){ var list = $(this).closest('.swipeout_productos1'); var el_product_quantity_product...
asked by 27.09.2018 / 21:16
1
answer

Collapse Menu Bar Automatically with jQuery

What friends on this occasion need to leave the menu with the event mouseout(); this automatically collapses but fails to do that, and I assigned an id to each element of the menu, what I'm doing wrong? $("#collapse").on("click", funct...
asked by 27.09.2018 / 23:39
1
answer

Error trying to empty CKeditor content

I have the following situation, I am placing in my project the CKeditor 4.10 the basic package. No problem is shown to me and I can write and capture the data from him. What happens to me is that when I want to delete the data that is written...
asked by 12.07.2018 / 21:24
1
answer

Get Reviews of a Facebook page

Currently I am developing a website where my boss wants to show the ratings and comments that have been made on the Facebook page link PAGE / reviews / Try to do this with PHP using the file_get_contents() function to get the...
asked by 13.07.2018 / 20:45
2
answers

Jquery to remove autocomplete from all project forms

Putting this jqery instruction on each page removes the autocomplete forms but only from that page: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"> $("form").attr('autocomplete', 'off'); &l...
asked by 13.07.2018 / 11:41
1
answer

Href with click event to execute function

I wanted to know if somehow it could be done that when I clicked with href, a function would be executed and how it would be (having jquery and js available). I had something like that but it does not work, thank you very much. <a href="fun...
asked by 26.06.2018 / 22:03
1
answer

show new items through ajax if the login is correct

I have the following idea 1) User fill in a simple form (nick and pass). 2) It is checked in the database and if it is affirmative it has access to new tabs, elements of the previously hidden page. Important I want to use technology...
asked by 26.06.2018 / 13:45
1
answer

How to set a date limit to select on a datetimepicker?

<div class="form-group"> <div class="input-group date" id="datetimepicker1"> <input id="fechInicio" name="fechInicio" class="form-control" type="text"/> <span class="input-group-addon"> <span class="...
asked by 28.06.2018 / 05:22