Posts by Nicolas • 11 points
2 posts
- 
		0 votes1 answer78 viewsA: Open different elements jsWith 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-typeWhat 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…