Questions tagged as 'jquery'

1
answer

Call the controller via javascript or ajax and insert into the asp.net mvc table

How can I get an ul li item to pass its value (id) to my controller and insert it into the table? I already have to list this code snippet below already works I can add items to the list and see text and value: $("#addPeca").cli...
asked by 03.02.2018 / 19:27
1
answer

How to leave items in a highlighted list, changing the position regardless of where it appears

I'm building an application with no database and with json, I'm using a <ul><li></li></ul> list to display the items, What I need is to make some items stand out. Ex. Here's a regular list, how I'm displaying <li...
asked by 26.01.2018 / 02:14
0
answers

Force the keypress enter or form submit in form with JS, Geolocation!

Well, I have the following problem to solve .. I'm using the google API to pick up the user's current geolocation, but by clicking on the icon that takes the geolocation the form is only submitted if you click on the input and press enter, but I...
asked by 01.02.2018 / 13:02
2
answers

Detect click on an iframe

I have an iframe: <div class="recebe_iframe"> <iframe class="caixa_iframe" src="https://www.youtube.com/embed/dfsdfsdf"frameborder="0" allowfullscreen></iframe> </div> I wanted to use jquery to detect when a user...
asked by 06.02.2018 / 16:02
0
answers

How to detect Ajax requests of any kind with Jequery?

Is there a way to identify if a request any Ajax request with Jquery? I've implemented a timeout in my application, to move the user off when the application goes idle. Idle time is refreshed every time I make a request to my server. My in...
asked by 25.01.2018 / 17:58
0
answers

Problems with Chosen-select

Hello. I had created a select that made the search of the cadastre and when typing it selected according to what I was looking for. However,fromonehourtoanotherhestartedbugs.Itlookslikeithasoneinputinsidetheother(typethechurchname).WhenIc...
asked by 25.01.2018 / 18:48
0
answers

How to insert and customize tooltips in the image using map and area tags

Personal I'm trying to create in a picture of a product several points of interest, when the person clicks on one of these points will open a tooltip with the necessary information. I've already created the coordinates using an online tool (...
asked by 31.01.2018 / 15:14
0
answers

Error 'mData' javascript

I need some help from you. When I enter this screen. @model IEnumerable<Basics.Domain.Entities.Randomizacao> @{ ViewBag.Title = "Detalhes"; Layout = "~/Views/Shared/_Layout.cshtml"; var hospital = Model.First().Hospital !...
asked by 24.01.2018 / 13:03
0
answers

Slider with a single animated image

I would like to create a slideshow in that style , with a unique image that moves horizontally with the navigation. Does anyone suggest a plugin in this style? Here's an outline of what I want: link But as I'm starting in jquery, my code...
asked by 24.01.2018 / 13:32
1
answer

Redirect an address with javascript

I have a url and every time the user types this url in the browser , I want it to be automatically directed to url and , how to do this with javascript or jQuery?     
asked by 24.01.2018 / 13:00