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

Research direction

The issue mentions jQuery code that loads via AJAX and a button that does not work. Look at the HTML structure and the JavaScript event handlers. Check if the elements are present in the DOM when the AJAX loads, and if event delegation is needed. The repository is jPList, a jQuery plugin for sorting and filtering, so examine how it handles dynamic content.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, jquery
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.