Questions tagged as 'jquery'

2
answers

Message history with PHP, MYSQL and AJAX

I'm creating a kind of Imbox, a chat so to speak but with the difference is that I do not want it to be a general chat, where all users write and it appears to all, so I made the system reserved between two users similar to facebook, it works wh...
asked by 18.02.2017 / 18:33
2
answers

How to edit a url with JS?

In the JS that I am developing, I must enter and / or use a url dinámica in case the project name changes ... For this reason, try using the following: alert(window.location.pathname); which shows me the following /proyecto/ind...
asked by 06.04.2017 / 15:18
1
answer

Occupy Ajax requests in more than one cloned select laravel 5

I have a table in which I add rows with jquery. These rows have several inputs and one select. The functionality of the select is that when choosing a product, in an input its description is shown, this works well with a call $ .get of ajax. The...
asked by 08.08.2016 / 23:27
1
answer

Can an element be added inside the title / title tag with an append?

I want to add the css styles that an application has with
asked by 02.08.2016 / 21:03
2
answers

prevent entering number in an input number

Hi, I'm making a sales form. What I need is to know how I can prevent the user from entering numbers with the keyboard in an input number, and that he can only increase the number by clicking on the arrows in the input itself. This is the cod...
asked by 07.09.2016 / 06:21
1
answer

Problem with Select chained with Jquery

I have a logic problem with jquery, because I have a code with chained selects, in which it is assumed that a submit is activated only when the three selects are active , the first active select the second, and the second select activates the t...
asked by 24.08.2016 / 04:30
3
answers

Replace each value of a string with data from an array js

Replace each value of a string with data from an array with js or jquery var numbers = ["0:00", "0:01", "0:05"]; for (var i = numbers.length - 1; i >= 0; i--) { str = "0:00 oki 0:01".split(numbers[i]).join(""); //console.log(str); }...
asked by 27.08.2016 / 05:23
4
answers

remove label input / with AJAX

I have several inputs that I charge with a foreach with Razor. <table class="table"> @foreach (var item in Model.Municipalities) { <tr> <td>...
asked by 14.06.2016 / 17:06
2
answers

jQuery, Exit an item that I have not entered

Make a navigation bar with a drop-down menu that will be automatically displayed when you hover over an element of that bar and that when leaving the element is automatically hidden. I have managed to do almost everything, but when I want the...
asked by 12.07.2016 / 21:20
2
answers

Optimizing Jquery Code

I have a code that I create to detect if a page contains a 'table' element and if so add some elements to those tables as a message if there is no table and a different message with a link if it exists. In addition to adding a div using t...
asked by 16.05.2016 / 17:31