Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16359 Rev 16360
Línea 93... Línea 93...
93
                        // }
93
                        // }
94
                    ];
94
                    ];
Línea 95... Línea 95...
95
 
95
 
96
                    var template = $.templates("#theTmpl");
96
                    var template = $.templates("#theTmpl");
97
                    var htmlOutput = template.render(data);
-
 
-
 
97
                    var htmlOutput = template.render(data);
98
                    $("#result").html(htmlOutput);
98
                    
-
 
99
                });
Línea 99... Línea 100...
99
                });
100
                $("#result").html(htmlOutput);