problem with joomla, php and json
- by sebastian
hi,
i have a problem with a joomla component.
i'm, unsing php and json for some dynamic drop down boxes.
here is the code:`
jQuery( function () {
//jQuery.ajaxSetup({error : function (a,b) {console.dir(a); console.dir(b);}});
jQuery("#util, #loc").change( function() {
var locatie = jQuery("#loc").val();
var utilitate =…