Submit botton loaded with ajax does not work
- Dominant language
- HTML
- Stars
- 435
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.