I can not access my action through the ajax request:
<legend>Procedimento:</legend>
@Html.HiddenFor(p => p.CodigoProcedimento, new { id = "codProcedimento", name = "codProcedimento" })
@Html.HiddenFor(p => p.CodigoPe...
I have a table with 15 items and must be done to break the columns when the total size of the items reach the full width of the table.
Ex:
What's happening:
|--- WIDTH 300px ---|
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
What do I...
I'm developing a plugin in jQuery and the problem or difficulty is:
I created the methods init , show and hide ;
(function( $ )
$.fn.tooltip = function(method, onClick, onBefore, onAfter) {
var default...
I have a question on how to filter results from a API , and would like to know if anyone has had this problem before.
Let's say that we have to access a API that is on a server other than ours and returns a response in JSON...
How can I make a button for sharing to linkedin? I did facebook, google, twitter and whatsapp but I'm not getting it. For example look at this one from facebook:
<script type="text/javascript">
var win = null;
function novaJanela...
I'm going round here with DataTables and I'd like to add a status type to a% coso. If the value is img put an image and be 0 put another image in row .
I'm trying to optimize the website of the organ where I work and I'm having problems after concatenating and minifying the javascripts.
Our Apache server uses ISO-8859-1 and all of my files in PHPStorm are configured on the same charset.
A...
I have a panelGrid , and would like to know how to get the last 4 elements before a certain one of the same line.
That is, I have a line, and the last element will receive the sum of the previous four.
Thank you
Next I have a home where the user will come across a login field or a button to register. Clicking on the register button would like this current content to disappear from the screen by sliding to the left and the next registration card to appea...
I have a radio button that when clicked, performs a function that mounts a datepicker.
However, the mountDatepicker function only loads after a few seconds, after querying the three apis to mount the calendar.
So how do I load an image wit...