Questions tagged as 'javascript'

2
answers

Doubts HTML sum of attributes

Hello, I have the following question, I'm developing an application and I need to know how I could add a text attribute (as a form) to a link. Note: no need to use document.getelementbyid. Example: link + text typed in a text area. I'...
asked by 09.07.2018 / 16:26
1
answer

Why is not fullcalendar loading css?

Good afternoon I'm having a hard time implementing fullcalendar .. it appears all right, however the CSS does not load (I think) Am I doing any wrong import? Or is something missing? Thank you in advance for all of your time to help me!...
asked by 08.07.2018 / 18:56
1
answer

Listen and perform action

Assuming I have a tag where values are commonly changed on my page, for example: <p id="valor"></p> What do I have to do in javascript without jquery to stay listening to this change all the time and take action with every cha...
asked by 17.07.2018 / 23:24
0
answers

How to send the function return that fetches the data from my xml to an input via ajax / jquery?

try { XmlDocument xmldoc = new XmlDocument(); XmlReader reader = new XmlTextReader(Stream.Null);//Stream reader.MoveToContent(); reader.ReadToFollowing("cNF");...
asked by 18.07.2018 / 03:23
0
answers

Some way to allow script loading inserted by dangerouslySetInnerHTML

function createMarkup(str) { return { __html: str }; } function GraphicLarge({ HTMLData }) { return ( <div className="graphic graphic--lg"> { isFetching ? <div dangerouslySetInnerHTML={createMarkup(H...
asked by 18.07.2018 / 00:21
0
answers

Graph API - Retrieve FanPage evaluation

Someone else has already used the Graph API to retrieve / list the ratings for a Fan Page, I would like to use this list on a page with html / javascript off facebook. Facebook reviews     
asked by 17.07.2018 / 23:14
2
answers

Reload the main script when completing ajax request

I'm developing an application where I have some views that are loaded into my <section id="view"> via ajax. The view loads normally, but functions that have been programmed with jQuery for all inputs, for example, do not work. As...
asked by 03.02.2018 / 04:51
1
answer

Javascript - How to "block" access to a website and unlock it if the user takes a specific page of facebook or wait a certain time?

The idea is to create a div within the whole body of the site for the user to see when they enter, so it would have something like "short the page to enter now or wait 30 seconds". The part of the time is to do in js with the setinterval and get...
asked by 10.07.2018 / 01:23
1
answer

Disable checkbox when selecting next [duplicate]

I have a problem related to the hidden div that appears when selecting the check, as I can not use the radio button for a reason of a function that is being used, I need to execute in the checkbox, however when switching from checkbox to the p...
asked by 06.07.2018 / 19:20
0
answers

Change Request from a Scroll - Javascript

I need help, I have determined that I return 200 requests from json, with the help of the stackoverflow community to get handle as you know when the scroll reaches the end of the content, now I have a question to modify the request value when sc...
asked by 06.07.2018 / 19:01