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
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