Questions tagged as 'jquery'

1
answer

Calendar Color Sharepoint "Javascript" "Jquery"

I have this code below for a calendar in sharepoint 2013 That when user choose car silver in the calendar field stay in silver color and when black stay in black color. It works only in IE browser, in FireFox and Chrome does not work, does an...
asked by 09.03.2017 / 22:14
1
answer

If using load

I have the following function in javascript: $(document).ready(function () { Eventos(); $('[name="dtd1nrob"]').change(function () { BloquearQuestao(); }); }); function Eventos() { BloquearQuestao(true); }; function Blo...
asked by 09.03.2017 / 15:46
0
answers

Problem - Add Google Maps bookmarks from JSON

I'm having an issue that is as follows: I have to make a call from a JSON that contains latitude and longitude from multiple locations and then add them to a Maps map as bookmarks. I can load both the map and JSON, but the markers are not displa...
asked by 13.03.2017 / 13:48
0
answers

Creating multi-point custom map, manageable by Wordpress

Do you know how to generate a json file in wordpress ?. I'm trying to create a map where custom dots are manageable by Wordpress, I'm using the ACF Advanced Custom Fields plugin where you create a custom field of the map type and can print...
asked by 13.03.2017 / 16:12
1
answer

Number of Pixels Rolled on a Hidden Overflow Page

Hello! I need to get a way to give toggle in a class in body when I make a big page scroll (Ex: 1000px). However, the problem is that my page is a complete screen with overflow: hidden . (This means that there is no scrolling and ev...
asked by 13.03.2017 / 15:43
1
answer

jquery request giving error

I have the following problem: I have a page where I put the comments everything right there loads up 5 comments so far everything works what happens is that in these 5 comments has a button that you click and appears in fadeIn the field to by ans...
asked by 13.03.2017 / 18:49
2
answers

Load Target from Iframe into a new Main Window Tab

I have an HTML page that incorporates a code iframe , my problem is that this embedded code has a form, which when completed needs to be opened in a new tab, however this tab is opened inside div where the iframe is embedded,...
asked by 13.03.2017 / 15:57
2
answers

How to detect change in value of input with readonly active

HTML: <!-- Campo preenchido com retorno AJAX --> <input type="text" name="estado-cliente" hidden id="estado-cliente" readonly="readonly"/> How do I stop detecting any change in value ? Note: value is added and c...
asked by 05.03.2017 / 20:05
0
answers

word limit with jquery

I'm using xoxco's jquery.tagsinput plugin to insert a tagged field into my article, but I need a tag limit inserted there, so I need a word counter to limit how many words are inserted, with the pluguin, whenever the user types "space" creates a...
asked by 05.03.2017 / 00:45
0
answers

Store onclick values in the database

Colleagues, How do I get the value of an onclick and direct to another page. See below: $('.value-plus').on('click', function(){ var lista = $('.invert > span'); $.each(lista, function(index,item){ valor = $(item).t...
asked by 17.03.2017 / 14:52