Questions tagged as 'javascript'

1
answer

Put variables in the URL in MVC to use with JS

I have a search page that will fetch the results using ajax. Do the searches you do, the URL is always the same, because the page does not change. Is there any way for me to change the URL also when I do the search? Ex: I wanted to have a variab...
asked by 13.01.2017 / 11:32
1
answer

I need to leave the top of a table fixed, while the table has a scroll

I have a PivotTable, and I wanted to have the head of it fixed on hers while I scroll the table, when I reach the end of the table, head "add" and go to the next table. > All this without the table having td and th with...
asked by 10.01.2017 / 20:42
1
answer

Javascript hides div when showing another div

Can anyone tell me, how do I hide a div when I show another one? I have a hidden div that only shows when I receive a condition. I would like that when this hidden div receives the condition and appears, hide another div. However, there is...
asked by 14.01.2017 / 22:43
1
answer

Is it possible to create an internal search of a site without using PHP and database?

Is it possible to create a search system within a website with javascript and without database or php? I want to create an HTML search system     
asked by 02.06.2017 / 01:47
0
answers

Validation of RNE (National Registry of Foreigners) or CIE (Alien Identity Card)

Does anyone know how I can validate the number of the CIE (Foreign Identity Card) or RNE (National Register of Foreigners)? I believe there are two nomenclatures. Regardless of language.     
asked by 26.05.2017 / 16:03
0
answers

Web Push Notification Custom

I'd like to know how to Push Notification in the browser that is customized per user. Could you tell me how to proceed? Is it possible to generate a single ID for that device that the person is accepting to receive the notification...
asked by 31.05.2017 / 15:03
2
answers

How do I step to screen a serialized object? [duplicate]

I'm trying to convert an object containing a relationship and serializing affine, from sending it to View by Ajax . I have two related classes public class Eventos : IEntidade<EventosAuditoria> { [Key] public int ID { get...
asked by 31.05.2017 / 07:14
0
answers

Wrong location API Google HTML

Hello, I'm trying to capture my location from the Google API / with the features of the new HTML5. But my latitude and longitude always gives this one that is incorrect, either on the computer or mobile: latitude: -23.550519899999998 longit...
asked by 26.05.2017 / 16:13
0
answers

Permission and user levels in PHP and AngularJs (JS)

I'm developing an administrative panel where I have some users and they should have different permissions levels. At the same time, it should be something "dynamic" for control of basic actions, such as: reading, editing, adding, and removing...
asked by 26.12.2016 / 15:53
0
answers

Mousedown on Chrome 55 [closed]

I use the mousedown event in JS to assign an action to my object in a project in question. With the new Google Chrome update for version 55 my event no longer works! Does anyone have any idea how to use the event in this new release...
asked by 20.12.2016 / 11:39