Skip to content
Snippets Groups Projects
Commit 9832bb26 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Update to add required fields

parent 6a22d406
No related branches found
No related tags found
No related merge requests found
(function ($) {
var oldTransform = $.fn.addressfield.transform;
$.fn.addressfield.transform = function(data) {
var mappedData = oldTransform.call(this, data);
return mappedData;
};
$('.form').bind('addressfield:after', function (e, data) {
debugger;
});
$(document).ready(function formReady() {
$('.form div.address').addressfield({
json: '/static/addressfield.min.json',
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment