ajax

Ajax (also AJAX ; short for "Asynchronous JavaScript and XML") is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behaviour of the existing page. By decoupling the data interchange layer from the presentation layer, Ajax allows web pages and, by extension, web applications, to change content dynamically without the need to reload the entire page. In practice, modern implementations commonly utilize JSON instead of XML.
Ajax is not a technology, but rather a programming concept. HTML and CSS can be used in combination to mark up and style information. The webpage can be modified by JavaScript to dynamically display—and allow the user to interact with the new information. The built-in XMLHttpRequest object is used to execute Ajax on webpages, allowing websites to load content onto the screen without refreshing the page. Ajax is not a new technology, nor is it a new language. Instead, it is existing technologies used in a new way.

You do not have permission to view the full content of this post. Log in or register now.
  1. D

    Tutorial Real-time communication and Live content using WebSocket and Ajax as fallback

    Real-time communication in threads and private conversations (no full page reload). Real-time online indicator with page exit tracking. A block shows who is reading the thread in real time. Tired of conversations looking exactly the same as threads? There are two styles of private...
  2. J

    RE: HELP... Ajax auto populate dropdown box and show percentage value..

    if(isset($id)): $order_items_qry = $conn->query("SELECT o.*,i.name, i.size FROM `order_items` o inner join item_list i on o.item_id = i.id where o.`po_id` = '$id' "); echo $conn->error; while($row =...
  3. N

    Course [UDEMY] JavaScript Course for Beginners with jQuery & AJAX (24 hrs left!)

    Hidden content Requirements A computer with access to the internet Some basic knowledge in HTML /CSS What you'll learn The basics of Javascript from Beginner to Advanced The jQuery Framework AJAX and HTTP Requests Get external data from APIs and Work with JSON format Build dynamic web...
  4. L

    Help! | suggestions and tips for cms hotel reservation system

    Good Evening kaPHC! Manghihingi lang po sana ako ng Suggestions ng simple pero magandang HTML Template(s) (with Bootstrap, JQuery & Ajax) po sana na gagamitin namin sa gagawin naming Hotel Reservation System (CMS) po. May nakita po kasi ako sa Google na magandang HTML Template for Hotel...
  5. Z

    Closed Help po sa code

    mga boss sino po kaya pwede magcheck ng code po jan???di ko kasi ma get ung extension ng image file....message me po ..Salamat sa makakatulong jan...
  6. K

    Closed Caching data from rest api

    How can i cache data from REST API, I'm using cordova, i want to cache data for emergency purpose, in case internet is not available atleast data is saved in cache i can still access it.
  7. H

    Closed Is js code safe?

    sir may tatanong lang sana ako. pag nag inspect element kasi ako nakikita ko yung mga Javascript codes ko including ajax etc. safe ba yon? kung hindi ano pong best pratice? ibig sabihin ba wag na gumamit ng ajax sa database transactions?
  8. H

    Closed How do i update my data table without refreshing page.

    mga sir tinatry ko kasi na mag mag update yung data table ko without refreshing the page using ajax. bali ang gnawa ko is gumawa ako ng interval na kada 5 seconds ipeperform niya ajax function sa pagkuha ng data . nagana naman sya sir kaso parang may error na nalabas sabi: Uncaught TypeError...
  9. J

    Closed Vpn

    anong magandang vpn na ginagamit ngayon at working talaga pa helo naman
  10. O

    Closed Need help mga ka phc

    Can't play FreeFire using VPN's may way ba para malaro to using VPN Thanks
  11. O

    Closed Framelapse app.

    Try this App. "Framelapse" DL link - https://www.apk4fun.com/apk/18410/ Description -Time lapse recording App Framelapse Pro, the Features, for Android. ...Framelapse Pro is an app for recording time lapse videos on your Android devices. Palike & follow nalang sapat na :)
  12. O

    Closed Snap cam.

    Try nyo po tong "Snap Camera" DL link-https://www.revdl.com/android-snap-camera-hdr.html/ Description - Snap Camera lets you take pictures and record video with a single click, no cluttered preview screen, just the two buttons you really need. Snap Camera‘s interface is based on the camera...
  13. T

    Closed What are the laravel framework, disadvantages??

    Laravel is a php based framework, i've been building my skills while learning web development. What could be the possible instance of the problems that I will encounter? Thanks for commenting below.
  14. K

    Closed Need help CodeIgniter with jQuery AJAX

    mga sir, first post ko po ito sa PHcorner. gusto ko lang po sanang malaman kung paano mag jquery ajax using CodeIgniter kasi nalilito pa po ako... kung okay lang po sa inyo, pwede nyo po ba akong bigyan ng CRUD using codeigniter + jquery ajax. sana po ay matulungan nyo ako. yon lang po. salamat. :)
  15. R

    Closed reyreyrey

    im reynold 26 male live at valenzuela..tnx for evrything.
  16. D

    Closed Learn how to code from basic to hard coding

    Treehouse: HTML, CSS, PHP, JS, and Python Development Courses Check out all the topics Treehouse has to offer: CSS3, HTML5, Ruby, JavaScript, iOS, Photoshop, and more. Learn to Code - for Free | Codecademy Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can...
Back
Top