Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Created November 27, 2015 12:35
Show Gist options
  • Save imsickofmaps/ad2ae52cc3c8adc284a3 to your computer and use it in GitHub Desktop.
Save imsickofmaps/ad2ae52cc3c8adc284a3 to your computer and use it in GitHub Desktop.
populate model content javascript bootstrap
$(document).on("click", ".open-editDriver", function () {
var driverId = $(this).data('id');
$(".modal-body #id_first_name").val( driverId );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment