Submit botton loaded with ajax does not work
- Langage dominant
- HTML
- Étoiles
- 435
- Forks
- 168
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
private function getHTML($computer_cpu_sp){
$html = "";
when i add jquery submit that load in ajax , but submit does ont work ,
even simple jquery show hide effect does not work . even simple jquery show hide effect does not work.
$html .='>
CLICK ME
;
and jquery
$(document).ready(function(){
$("#notshow").click(function(){
$("#ip").hide();
});
$("#show").click(function(){
$("#ip").show();
});
});
if CLICK ME
lode with ajax Button does not work
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.