PHP Classes

AJAX functions to update page elements: I need to be able to use a set of generic AJAX function calls

Recommend this page to a friend!
  All requests RSS feed  >  AJAX functions to update page elements  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

AJAX functions to update page elements

Edit

Picture of Jon Slack by Jon Slack - 4 years ago (2020-05-20)

I need to be able to use a set of generic AJAX function calls

This request is clear and relevant.
This request is not clear or is not relevant.

+3

Most of the AJAX classes here take care of the form generation for you and I don't want that. I have my own forms (company template) that contain fields to be individually edited. I need a set of plug-in AJAX functions (GET RECORD, UPDATE RECORD, CREATE RECORD). I am looking for something that onchange=function() UPDATES the field for the current record, regardless of the fieldname or value and manages the record-retrieval for Next and Previous buttons.

Due to the COVID 19 pandemic I have been tasked with migrating Medical Researcher's Access databases to SQL and with Web Front Ends (so they can research from home and access their databases without using RDP). I can do PHP and MySQL - just struggling with AJAX.

  • 3 Clarification requests
  • 3. Picture of Jon Slack by Jon Slack - 4 years ago (2020-05-23) Reply

    Hello, and many thanks for your earlier response. I have had a chance to look it over and, whilst I could find it very useful, it requires the user to submit the form, and I need it to update when the data in the field changes.

    The problem is this: I have a page with several tables, each filled with editable data. When data changes in one table, it has a 'knock on' effect on data in one, two or more of the other tables. I need all of the affected tables to update when the change occurs (user chooses a value, or enters one).

    Is this even possible?

    • 4. Picture of Manuel Lemos by Manuel Lemos - 4 years ago (2020-05-23) in reply to comment 3 by Jon Slack Comment

      Hello Jon,

      Sorry that JavaScript component lacks of proper documentation.

      Since I am the author of that JavaScript component, I can clarify that you can use the JavaScript object loadContent function to communicate with PHP running the server using a regular GET request via AJAX.

      So you can do all you need with loadContent function.

      Just let me know if you need help using that function.

    • 5. Picture of Jon Slack by Jon Slack - 4 years ago (2020-07-22) in reply to comment 4 by Manuel Lemos Comment

      Hello Manuel. Please accept my apologies for the delay. I have been redirected to another project until the middle of August. I'll be back on this after that concludes.

    • 6. Picture of Manuel Lemos by Manuel Lemos - 4 years ago (2020-07-23) in reply to comment 5 by Jon Slack Comment

      Sure. Take your time.

  • 2. Picture of Jon Slack by Jon Slack - 4 years ago (2020-05-22) Reply

    Thank you for your response I do appreciate it. I'm far more comfortable with PHP than JavaScript, but will give it a go.

    • 1. Picture of Manuel Lemos by Manuel Lemos - 4 years ago (2020-05-22) Reply

      AJAX in reality is JavaScript. If that is all you need, you may want to try this JavaScript package as it does on the browser side what you need.

      https://www.jsclasses.org/package/353-JavaScript-Load-HTML-and-submit-forms-using-AJAX-requests.html

      Would you like a solution that would handle AJAX request using PHP?

      Ask clarification

      1 Recommendation

      PHP Forms Class with HTML Generator and JavaScript Validation: HTML forms generation and validation.

      Class that generates HTML forms supporting:

      - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code.
      - Can be extended with new types of input controls plug-in classes.
      - Custom input plug-in classes can be used to support for handling client site events on the server side without submitting the form or redrawing the whole form page
      - Some control plug-in classes are made available:
      * AJAX based form submission (without reloading the whole page)
      * Auto-complete text inputs
      * Select a location on a map using Google Maps API
      * Calendar date input
      * CAPTCHA test to prevent automated access by robots
      * Linked select input to switch select options when the value of another input changes. An unlimited number of selected can be linked in cascade. Additional plug-in subclasses are provided to retrive option groups from a MySQL database or many other SQL databases using the Metabase PEAR::MDB2 PHP database abstraction layer APIs
      * Manage animations that apply visual effects to the page form elements, like: fade-in, fade-out, show, hide, update content, etc..
      - XHTML compliant output.
      - Load submitted form field values even with register_globals option Off and strip slashes when magic_quotes_gpc option is On.
      - Keyboard navigation support:
      * Attachment of labels with activation keys to each form field.
      * Tab navigation order index.
      - Built-in server side (PHP based) and client side (Javascript 1.0 or better) field validation for:
      * E-mail address
      * Credit card numbers (Visa, Mastercard, American Express, Discover, Diners Club, Carte Blanche, enRoute, JCB, any of these or even determined by a select field).
      * Regular expressions.
      * Field not empty.
      * Field equal to another (useful for password confirmation fields).
      * Field different from another (useful for reminder fields that must not be equal to the actual password).
      * As set (for check boxes, radio buttons and select multiple fields).
      * As integer number (with range limitation).
      * As floating point number (with range limitation).
      * Programmer defined client and server validation functions.
      - Highlight invalid fields rendering them distinct CSS styles
      - Security attack prevention by optionally discarding invalid values passed in fields that could not be edited by users but may be spoofed by attackers.
      - Option to define a value that, when used in a field, it is accepted without performing any of the validations defined for the field.
      - Ability to stop the user from submiting a form more than once inadvertdly.
      - Sub form validation (validate only smaller set of field depending on the submit button that was used).
      - Composition and generation of the form HTML output with fields displayed as fully accessible or in read-only mode.
      - Generation of Javascript functions (useful to set to the page ONLOAD event):
      * Set the input focus to a field.
      * Select the text of a field.
      * Set the input focus and select the text of a field.
      * Enable and disable input fields
      - Automatic capitalization of the text of a field:
      * Upper case.
      * Lower case.
      * Word initials
      - Replacement of text field expressions to perform adjustments like trimming whitespace or auto-complete values based on rules defined by regular expressions
      - Compose forms with templates using plain HTML files with embedded PHP code or using the Smarty template engine with a supplied pre-filter plugin
      - Etc.
      This recommendation solves the problem.
      This recommendation does not solve the problem.

      +1

      Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 26695 - 4 years ago (2020-07-07) Comment

      You can try this HTML forms generator class that can generate JavaScript automatically submit forms using AJAX requests and you can write PHP code to handle the responses.

      Here you can also have a live example of AJAX form submission with progress report of server site activities during form processing. Just click on the window to open in a separate link:

      https://www.phpclasses.org/package/1-PHP-HTML-forms-generation-and-validation-.html#demos/6486


      Recommend package
      : 
      :