Questions tagged as 'jquery'

2
answers

How to modify the input file path?

Good evening, I have a file-type field, when I click on it it opens a dialog box so I can choose a file from my computer. My question is this: Instead of choosing a file from my computer, I would like to choose a file that is inside a cert...
asked by 24.06.2014 / 01:06
1
answer

Overlay Section

I have more or less the following structure: <!DOCTYPE html> <html lang="pt-BR"> <head></head> <body> <div id="tudo"> <header> <nav></nav> </header> <div id="...
asked by 27.06.2014 / 16:48
1
answer

Force import of css and js into site pages

<nav class="navmenu center"> <ul> <li class="first scroll_btn active" onclick="atualizarPagina('Home.htm');"> <a>Home</a></li> <li class="scroll_btn" onclick="atualizarPagina('Empresa.htm');"&...
asked by 25.06.2014 / 14:37
2
answers

Problems with cshtml presentation (Visual)

I have a cshtml, which is shown like this: A sequence of filters that are fixed. When I click on search, then I get the return of a method in the controller via json by a jquery function and in the success of ajax, I add the rest of the html on...
asked by 27.06.2014 / 14:41
3
answers

Jquery does not return the minimum value when using Math.min ()

I have the function: $(this.SubOfferGroups).each(function () { $(this.AnswerOffersList).each(function () { menorValor = Math.min(this.SalePrice.DefaultValue); }); }); When entering the array AnswerOffersList , I need to go...
asked by 31.03.2014 / 19:59
2
answers

How to position a div side by side with JS / jQuery

I'm creating a simple chat system where you have a function that opens the user window to which you want to chat face style. What I would like to know is how when opening the second user the window gets lined up next to the first window and not...
asked by 08.07.2014 / 20:37
1
answer

Using 'hide' and 'show' in a div

I have a div that when I click on it it shows and hides an ul. With the code like this: <ul class="homeMenuItens"> <li> <div pagina='/produtos/incendio' class="homeMenuPai">Incendio</div>...
asked by 08.05.2014 / 20:06
0
answers

Slice () Jquery + loop php ("load more comments")

I have the following problem, I have created a method to load more content or the famous Load More . I used slice() in jquery with loadcomentid to make the application, however when I put a query in the php bank inside the slice s...
asked by 02.01.2019 / 17:49
0
answers

Ionic 3 scroll with active class and prev / next buttons

I'm developing my first App using Ionic 3 , in one of the pages, I have a form and in this form 2 vertical scrolls with the days and months of the year, select the date the service will be performed. Asyoucanseeintheimageabove,wehaveasmal...
asked by 02.01.2019 / 19:50
1
answer

Send a modelView as a parameter to a modal bootstrap

When looking for how to render a partialView in a modal bootstrap , I found this link: Using Bootstrap Modal window as PartialView , but I need to make a POST request by clicking the button that opens the modal. That is, I need t...
asked by 20.05.2014 / 17:02