Questions tagged as 'jquery'

0
answers

Print only by clicking the button on the page

Is there a way to put page content to print just by the child button on the page? I have the function in JS function cont(){ window.print(); } HTML <button onClick="cont();">click</button> Is there a way t...
asked by 04.07.2018 / 16:03
1
answer

Json Special Characters Error

I have a script where, after selecting the first select it returns me in the second select the country currency, but those countries and currencies when you have special characters are bringing me "Bosnia and Herzegovina" script.js $(docume...
asked by 03.07.2018 / 06:01
0
answers

JQUERY object with dynamic string

I have a for () that adds some elements in the div # chat_box according to the JSON returned in an AJAX. Only I'd like to see how many elements with the same data-identity returned in JSON exist. So I did like this: // AJAX -> SUCCESS:...
asked by 02.07.2018 / 23:58
1
answer

Clear field with Jquery

I have a form where through the Bootstrap modal, it uploads automatically. It is working properly, the problem is that it is not cleaning the field. See: <form method="post" id="form-upload" novalidate enctype="multipart/form-data">...
asked by 03.07.2018 / 17:35
0
answers

Checking JSON on JQUERY

I have an ajax chat on my website. However, it sometimes happens that messages are duplicated for non-relevant reasons. So I would like to check if the messages I receive in JSON already exist in the chat, if they exist, do not show them and if...
asked by 01.07.2018 / 23:53
3
answers

Lock to not show another div while one is already visible to the user

What about people, bllz? I have a question, I have a post system similar to facebook, and as you know, there is in the post for the user to open the settings to delete and etc, which when clicking it displays the div with the options, right, so...
asked by 02.07.2018 / 14:50
1
answer

Bug on the menu

I am developing a responsive menu where in the mobile version it is called through an icon, however on some occasions when we resize the page a click event stops working and the class (just below) .menu-mobile is not withdrawn <div class=...
asked by 02.07.2018 / 06:05
0
answers

Add event on google calendar with Jquery and PHP - What is missing?

I need to implement an add events feature on google agenda through my website. The idea is: User enters the page and views the calendar, such as fullCalendar or another. User clicks the day you want to create the event. Adds the event d...
asked by 05.07.2018 / 17:00
0
answers

Jquery plug-in drag and drop only once

Do you have a plugin that takes the "item" once and drops it elsewhere on the page but only once and also lets you remove it with a small X or something from the genre?     
asked by 05.07.2018 / 19:11
0
answers

Change background of an iframe

Hello, would it be possible to change the color of a background of specific parts of an iframe that is in a different domain than the parent domain?     
asked by 29.06.2018 / 20:52