Skip to content

Instantly share code, notes, and snippets.

@saiberz
Created October 13, 2014 00:44
Show Gist options
  • Save saiberz/982586c72888dfef7d94 to your computer and use it in GitHub Desktop.
Save saiberz/982586c72888dfef7d94 to your computer and use it in GitHub Desktop.
lol
function getmodel(id){
var url = "talla/api/product/" + id + "/modelos";
$.getJSON( "talla/api/product/200/modelos", function( data ) {
modelo = data["modelos"];
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment