Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K

6 Posted Topics

Member Avatar for phphp

Why don't return the results as object of the search instead of combining both in autocomplete.php? Return both code and desc as object and combine code - desc1 in your php view. Access the object in your view and append the string there.

Member Avatar for phphp
0
1K
Member Avatar for HibaPro
Member Avatar for imchivaa
0
347
Member Avatar for accra

Try this, change the #submit to match your button's name or id and also the post URL : <script type="text/javascript"> $(document).ready(function(){ $("#submit").click(function(){ $.ajax({ type: "POST", async: false,//here you are synchrone url: "", //Put your URL here success: function(data) { //echo data from server side }); }); }); </script> Buzz back …

Member Avatar for accra
0
2K
Member Avatar for imchivaa

Hi there, I searched a lot and all the thread i viewed isn't solving my problem. I don't what's wrong with my code. First of all, i am kinda new to android programming as i just recently move from web programming to android programming. I have a listview and it's …

Member Avatar for imchivaa
1
1K
Member Avatar for imchivaa

Hi everyone, Again, i am here for the second time. My current problem is kinda complecated for me. I am developing a project using Codeigniter framework for php. I am using SSE to display notification from a table in the database without user refreshing the page. From a view (view1), …

Member Avatar for imchivaa
0
2K
Member Avatar for imchivaa

Hi, I have a simple problem here but i have no idea how i can do it with javascript. I have a php script which will grab data from database from time to time (Server Sent Events) and i use ajax to display those data without refreshing the page. I …

Member Avatar for imchivaa
0
326

The End.