Posts by Pedro Abreu • 1 point
1 post
-
-3
votes1
answer45
viewsQ: Retrieve specific part of a javascript object in an AJAX function
I need to retrieve an object attribute by AJAX in a $.each(), and pass it in src of an img tag. AJAX function: $.ajax({ type: 'GET', url: `user/album/recommended/`, context: 'json', success:…