Questions tagged as 'jquery'

3
answers

In a 3-level menu, how to set a time when the event is mouseout in the second level to the third?

I have a menu with 3 vertical levels (similar to globo.com), my problem is when I I am in the last item of the 2nd level (for example) and move the mouse to the 1st item of the 3rd level, the Hover event on 2nd level is activated and I lose the...
asked by 04.02.2014 / 19:28
1
answer

Pass base64 code to another page

I have tried to pass as get only the code has bar and error, I just need to pass the base64 code from one page to another page. Obs ** This base64 code is being generated on page A with crop. And I have to move to page B for another treatment...
asked by 11.10.2016 / 21:06
1
answer

Put emoticons in the chat of my site [closed]

I would like to know how in php or javascript how to put emoticons as the person types the text and a command, eg: Hello good morning [/ sun] or I'm fine [: smile] Anyway, regardless of the command how to do it to be replaced by an ima...
asked by 26.10.2016 / 08:22
1
answer

How to transform AJAX with JQuery into pure JavaScript? [duplicate]

How can I make the following Javascript pure AJAX without using JQuery? $.ajax({ url: "http://habbxo.esy.es/test.html", success: function b64EncodeUnicode(entry) { nome = entry.split("uniqueId\":\"")[1]["split"]("\"")[0]; } });...
asked by 19.05.2016 / 02:32
2
answers

What is the best practice for integrating external content with my site?

I'm developing a website in PHP and I'm going to need to integrate content that will be on a page from an external site. This page will be poorly formatted, without header footer and sidebar , I'll just have the link on this page...
asked by 06.07.2016 / 14:00
1
answer

How to display only dates defined in datepicker

I'm using a lib called MultiDatesPicker similar to DatePicker of JqueryUI . Currently in the panel I can select the dates I want, it works normally, however the same calendar is displayed for the user to choose one of the a...
asked by 27.07.2018 / 17:36
1
answer

How to pass values from an Ajax request to Google Chart?

I started to tweak Google Chart today, and I can graph the values out of the ajax request. Only my application needs this data coming from a database and I'm not sure how to pass them correctly to the Google Chart array. NOTE: I do not kno...
asked by 21.01.2014 / 19:28
1
answer

How to insert Access-Control-Allow-Origin in the header

I'm doing an ajax request for JQuery.Ajax() , to consume a WS SOAP, the envelope is Ok but when I make the call I get in the browser "No Access-Control-Allow-Origin 'header is present on the requested The source had the HTTP status code 40...
asked by 25.04.2016 / 20:13
1
answer

how to fill the stars of a star rating?

How to fill in the stars of a "star rating". The calculation is apparently working. Giving an echo to the variable $calc results is displayed. Example, if the note is 3.3 , it must fill 3 stars and 30% of the 4 star rating. The qu...
asked by 27.10.2015 / 12:20
1
answer

jquery function not being recognized on page

My situation looks like this: I have an ASP page that assembles a table. And I have another one, also in ASP that has some functions, which do the following. It provides an html for popular to table. I put a modal jquery and it gives error. It s...
asked by 04.08.2015 / 23:05