Posts by Nicolas • 11 points
2 posts
-
0
votes1
answer78
viewsA: Open different elements js
With Jquery would look something like this: 1 - assign a class and a date attribute to the image/slide that will open the div and also the same id in the div that you would like to open with the…
-
1
votes0
answers88
viewsQ: Clarification on jQuery ajax content-type
What would be the difference/utility to use: beforeSend: function(jqXHR) { jqXHR.overrideMimeType('text/plain; charset=iso-8859-1') } and contentType: 'text/plain; charset=iso-8859-1', contenttype…