Ok i am trying to populate combobox with JSON response, something like this...
[{"uid":"95bf721c-8c24-432e-83e4-7233169f23fa","name":"MARKETING I MARKETING MENAD\u017dMENT","selected":false},{"uid":"ed4293ff-9c89-4052-9fec-852d34c6150d","name":"PRODAJA I MENAD\u017dMENT PRODAJE","selected":false}]
Numbers should be values, Text is a text, and for 3th parametar i have false/true option. If is true value should have attr selected in dropdown menu.
I am thinking creating tag tag
and with j query add options, with some loop. Maybe someone have idea how to do that