Questions tagged as 'javascript'

1
answer

Paging without php and mysql

I'm trying to make a simple paging, just click the "2" button for example and it happens. I tried to use this, but I could not: link Could anyone help me with this? From indicating a tutorial on Youtube, article, book, personal help, any...
asked by 12.11.2017 / 23:51
0
answers

Is this a good way to instantiate a modal without leaving residues in html?

The initial phase of the project I'm working on is almost over, and I'm adjusting things done in a not very well done way. One of these things was that I left two modal elements of residue in my% base% to use them in the response of requests,...
asked by 26.10.2017 / 19:51
1
answer

What are the implementation differences between the Browser console and the NodeJS console?

Yesterday I was using a MooTools class in NodeJS and I encountered strange behavior in console.log of NodeJS. The code works beautifully but the console does not show what I know is there. For example doing: function FN(nome) { t...
asked by 07.04.2015 / 08:52
1
answer

How to load a plugin according to the width of the screen?

Hello, my problem is the following, I have two Plugins with similar functions, however they can not be loaded at the same time because errors occur. Is there any way to load a particular script according to your browser's resolution? Ex:...
asked by 17.11.2015 / 02:11
1
answer

Changing Fullcalendar operation

Good evening, I'm changing the operation of the Fullcalendar template link , to suit what I need. When clicking on the link, you can see that on day 12 there is a link called more , which when clicking opens the complete list of events. I...
asked by 17.11.2017 / 00:39
1
answer

Simulate a click, like sharing a link to Google+ without clicking

My challenge is to make a sharing of my site to Google+ without clicks. I have an account with google [email protected] , I created a profile in G+ . The idea is through localhost to create a script where when it is accessed...
asked by 16.11.2017 / 11:33
0
answers

Change HTML data attribute with Jquery

I have an input that would like to change the data-min and date-max with the value brought by AJAX by changing the value of the select category_id. Ajax is bringing the value correctly, but does not change the value of the data-min and data-max....
asked by 18.11.2017 / 22:25
1
answer

Smooth scrolling in div content

I have a script that does a smooth scrolling when clicking on the link with anchor. The problem is that it scrolls the whole page. I need it to scroll only the content that is within a specific div and the rest of the page remain fixed. C...
asked by 18.11.2017 / 22:17
1
answer

How to Include and Refer. .JS in my project?

Well it's the following, I have a .JS file in my project. I'm calling it in HEAD SO: <script type ="text/javascript" src="~/JS/validacao.js"></script> within this validation. JS has a masquerade function. and put the f...
asked by 08.12.2017 / 13:04
0
answers

How do I put CSS correctly in an SVG rendered in the view via the use tag?

I'm using AngularJS to load an element, but it does not grab the CSS. A View: <svg version="1.1" id="body_1" data-name="body-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewB...
asked by 08.12.2017 / 14:40