Posts by Skyline • 57 points
3 posts
-
0
votes1
answer41
viewsQ: Select works perfectly, but when it is passed as function returns error
I’m facing a dilemma that seems to be simple to solve, but I can’t see where the error is. I have a SELECT COUNT(*) that works correctly, but when it is passed as a function the error occurs…
-
3
votes1
answer396
viewsQ: Return only a certain element of the current page with jQuery AJAX
Personal I am needing to pick up only one element of the current page returned via AJAX. The element I need is the id="main". The most I could get is the full page, but I just wanted this element…
-
1
votes3
answers367
viewsQ: Use value returned via ajax with switch case on current page
Basically I’m trying to use value of a select returned via ajax with switch case. This switch case needs to be on the same form submission page using the select value for a specific case. My script…