1rosehip / 1rosehip/jplist

Submit botton loaded with ajax does not work

Open
#282 0 comments 0 reactions 0 assignees View on GitHub
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
BUTTON
;
and jquery

$(document).ready(function(){
$("#notshow").click(function(){
$("#ip").hide();
});
$("#show").click(function(){
$("#ip").show();
});
});

aaaaa

if CLICK ME
BUTTON lode with ajax Button does not work

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.