Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15035 | Rev 15355 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15035 Rev 15036
Línea 520... Línea 520...
520
 
520
 
521
    $('#btn-select-behavior').click(function(e) {
521
    $('#btn-select-behavior').click(function(e) {
Línea 522... Línea 522...
522
        e.preventDefault();
522
        e.preventDefault();
523
 
-
 
-
 
523
 
524
        var id  = $('#select-behavior option:selected').val(); 
524
        var id  = $('#select-behavior option:selected').val(); 
525
        console.log(id)
525
        
526
        if(!id) {
526
        if(!id) {
Línea 527... Línea 527...
527
            return false;
527
            return false;
Línea 690... Línea 690...
690
                            <div class="col-md-12 col-sm-12 col-12">
690
                            <div class="col-md-12 col-sm-12 col-12">
691
                                <div class="form-group">
691
                                <div class="form-group">
692
                                    <div class="row">
692
                                    <div class="row">
693
                                        <div class="col-md-8 col-sm-8 col-xs-12">
693
                                        <div class="col-md-8 col-sm-8 col-xs-12">
694
                                            <select name="select-behavior" id="select-behavior" >
694
                                            <select name="select-behavior" id="select-behavior" >
695
                                           		<option>LABEL_SELECT</option>
695
                                           		<option value="">LABEL_SELECT</option>
696
                                            </select>
696
                                            </select>
697
                                        </div>
697
                                        </div>
698
                                        <div class="col-md-4 col-sm-4 col-xs-12">
698
                                        <div class="col-md-4 col-sm-4 col-xs-12">
699
                                            <button type="button" class="btn btn-primary" id="btn-select-behavior" data-toggle="tooltip" title="LABEL_ADD LABEL_BEHAVIOR">LABEL_ADD LABEL_BEHAVIOR</button>
699
                                            <button type="button" class="btn btn-primary" id="btn-select-behavior" data-toggle="tooltip" title="LABEL_ADD LABEL_BEHAVIOR">LABEL_ADD LABEL_BEHAVIOR</button>
700
                                        </div>
700
                                        </div>