Bonjour,

Comment je peux avoir du JSON à partir d'une popup ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
window.open('url', '', 'height=200,width=250');
$.getJSON('url', function( data ) {
	});