@ -266,20 +266,20 @@ function container_onchange() {
}
}
}
}
function octopartFetch ( ) {
// function octopartFetch(){
$ ( '#magic-autofill-button' ) . attr ( 'disabled' , 'disabled' ) ;
// $('#magic-autofill-button').attr('disabled', 'disabled');
$ . getJSON ( rootURL + 'fetchOctopartSnippet/' + $ ( '#partno-input' ) . val ( ) ) . done ( function ( json ) {
// $.getJSON(rootURL + 'fetchOctopartSnippet/' + $('#partno-input').val()).done(function(json){
$ ( '#magic-autofill-button' ) . removeAttr ( 'disabled' ) ;
// $('#magic-autofill-button').removeAttr('disabled');
if ( json [ 'result' ] == 'ok' ) {
// if (json['result']=='ok'){
$ ( '#description-input' ) . val ( json [ 'snippet' ] ) ;
// $('#description-input').val(json['snippet']);
} else {
// }else{
$ ( '#description-input' ) . val ( '' ) ;
// $('#description-input').val('');
$ ( '#description-input' ) . attr ( 'placeholder' , json [ 'result' ] ) ;
// $('#description-input').attr('placeholder', json['result']);
}
// }
} ) . fail ( function ( ) {
// }).fail(function() {
$ ( '#magic-autofill-button' ) . removeAttr ( 'disabled' ) ;
// $('#magic-autofill-button').removeAttr('disabled');
} ) ;
// });
}
// }
$ ( document ) . ready ( function ( ) {
$ ( document ) . ready ( function ( ) {
$ . ajaxSetup ( { cache : false } ) ;
$ . ajaxSetup ( { cache : false } ) ;