{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":486751997,"defaultBranch":"main","name":"jquery-form","ownerLogin":"ThomasDev-de","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-04-28T21:22:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/67106837?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719158872.0","currentOid":""},"activityList":{"items":[{"before":"5530e566d67ecdb72ee0650377d72e96ccc2b3e8","after":"4dbcfb843aaf73b458d0f1a0eace9df35ecad578","ref":"refs/heads/main","pushedAt":"2024-04-19T10:50:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Improved visual indicator for required form fields\n\nThis update modifies the styling application of required form fields. The indicator '*' has been moved before the label while also adding a margin on the left to improve its readability and visibility. Changes are reflected in both `form.js` and `form.min.js` files.","shortMessageHtmlLink":"Improved visual indicator for required form fields"}},{"before":"02a069062123585db7798d64a8c7375bab608ecd","after":"5530e566d67ecdb72ee0650377d72e96ccc2b3e8","ref":"refs/heads/main","pushedAt":"2024-04-19T10:38:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update style application for required form elements\n\n'Mandatory' visual cue for required form labels has been updated in `form.js` and `form.min.js`. The previous code applied asterisks after the form fields. This update changes it to appear before the label and float to the right side, improving visual clarity.","shortMessageHtmlLink":"Update style application for required form elements"}},{"before":"ba90911ef2e16fbf39500e3c80bde7ef2fd197aa","after":"02a069062123585db7798d64a8c7375bab608ecd","ref":"refs/heads/main","pushedAt":"2024-04-19T10:30:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update function to directly assign 'required' class to form labels\n\nThe function for assigning the 'required' class to labels has been updated in the files form.js and form.min.js. This change enhances the function to directly target visible input, textarea, and select elements, improving the function's reliability and flexibility.","shortMessageHtmlLink":"Update function to directly assign 'required' class to form labels"}},{"before":"a7c6c1ec7b71ad1d7a2ae031b5f4602879554f88","after":"ba90911ef2e16fbf39500e3c80bde7ef2fd197aa","ref":"refs/heads/main","pushedAt":"2024-04-19T10:29:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Refactor form required label assignment in jQuery form handling\n\nThe method for assigning the 'required' class to labels in form.js and form.min.js files was refactored to target visible input, textarea, and select fields directly. This should improve the reliability and flexibility of the function.","shortMessageHtmlLink":"Refactor form required label assignment in jQuery form handling"}},{"before":"53139b720622c9a1730003a85a5ff5fb5af31fc7","after":"a7c6c1ec7b71ad1d7a2ae031b5f4602879554f88","ref":"refs/heads/main","pushedAt":"2024-04-19T10:21:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Delay addition to style-initialization in jQuery form handling\n\nThe jQuery form handling scripts in both jquery.form.min.js and jquery.form.js have been modified. A delay of 500 milliseconds was introduced before initializing the element style in the setStyleOnHead function. This may resolve potential issues related to style loading order or timing.","shortMessageHtmlLink":"Delay addition to style-initialization in jQuery form handling"}},{"before":"18532442d17c142237bd84fe8734be2c1b91a59b","after":"53139b720622c9a1730003a85a5ff5fb5af31fc7","ref":"refs/heads/main","pushedAt":"2024-04-19T10:04:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update form validation script in jQuery files\n\nRemoved an unnecessary invocation of setStyleOnHead function in setRequired function in both jquery.form.min.js and jquery.form.js. This update enhances performance and optimizes code, as the function doesn't need to be called every time setRequired is executed.","shortMessageHtmlLink":"Update form validation script in jQuery files"}},{"before":"695baaf72fcb1886ba20e8a616440b2133dd05ef","after":"18532442d17c142237bd84fe8734be2c1b91a59b","ref":"refs/heads/main","pushedAt":"2024-04-19T10:02:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Remove unnecessary $(document).ready from form validation script\n\nThe $(document).ready function encapsulating the form validation script was removed in both jquery.form.min.js and jquery.form.js files. As the script does not directly interact with the DOM upon loading, the $(document).ready function was unnecessary and its removal simplifies the code.","shortMessageHtmlLink":"Remove unnecessary $(document).ready from form validation script"}},{"before":"cb8d1f8eadf1133c661c3f7c3f37827f0c1358ff","after":"695baaf72fcb1886ba20e8a616440b2133dd05ef","ref":"refs/heads/main","pushedAt":"2024-04-19T10:01:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Wrap form validation process inside $(document).ready function\n\nThe form validation processes were wrapped inside the $(document).ready function to ensure they run only after the HTML document has been completely loaded. The change applies to both jquery.form.min.js and jquery.form.js. This should help to avoid any potential race conditions between scripts and HTML rendering.","shortMessageHtmlLink":"Wrap form validation process inside $(document).ready function"}},{"before":"7c21ca863a64b0c9ba407dfeef0d597ca0d51dfa","after":"cb8d1f8eadf1133c661c3f7c3f37827f0c1358ff","ref":"refs/heads/main","pushedAt":"2024-04-19T09:58:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Refactor jQuery form validation process\n\nSet style on header method refactored to append style before adding HTML in form validation scripts. Code now checks form labels as well as elements with a 'required' attribute in the setRequired method, thus improving the process efficiency and flexibility. This change affects both jquery.form.min.js and jquery.form.js files.","shortMessageHtmlLink":"Refactor jQuery form validation process"}},{"before":"f0bf8b2fafb9ec22997f6e887b6ca741894d926d","after":"7c21ca863a64b0c9ba407dfeef0d597ca0d51dfa","ref":"refs/heads/main","pushedAt":"2024-04-19T09:55:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Optimize form validation process in jQuery form script\n\nThe form validation process has been optimized in the jQuery form script by refactoring the 'setRequired' function. Previously, only elements with a 'required' attribute were checked, but the updated code now also considers form labels to add the 'required' class, enhancing the efficiency and flexibility of this process.","shortMessageHtmlLink":"Optimize form validation process in jQuery form script"}},{"before":"a49b73b88f0657c02a6873ac10a01613becf13e0","after":"f0bf8b2fafb9ec22997f6e887b6ca741894d926d","ref":"refs/heads/main","pushedAt":"2024-04-19T09:47:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Refactor 'setRequired' function in jQuery form script\n\nImproved 'setRequired' function in jQuery form script by checking input fields attached to labels. Instead of only checking elements with a 'required' attribute, this change also checks form labels in order to add a 'required' class, thereby increasing the flexibility and efficiency of the form validation process.","shortMessageHtmlLink":"Refactor 'setRequired' function in jQuery form script"}},{"before":"8ed8a298024d5dcc40dea31beda4f893c9b990e8","after":"a49b73b88f0657c02a6873ac10a01613becf13e0","ref":"refs/heads/main","pushedAt":"2024-03-28T08:10:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update README and refactor jQuery form script to improve flexibility\n\nAdded a \"Methods\" section to the README for better understanding of the script usage. Refactored the jQuery form script to store form data settings through jQuery's data method, allowing more dynamic options adjustment. Also, made \"setErrors\" method accessible for each form for increased flexibility. This enhances readability and maintainability of the code.","shortMessageHtmlLink":"Update README and refactor jQuery form script to improve flexibility"}},{"before":"57f6da6f0671b63d4d8738a895e7e1a1410c0497","after":"8ed8a298024d5dcc40dea31beda4f893c9b990e8","ref":"refs/heads/main","pushedAt":"2024-03-28T07:40:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update beforeSend method to handle abort scenarios\n\nThe beforeSend method in the jQuery form script has been revised for easing the handling of scenarios where the AJAX request is aborted. This now triggers the abort action directly when required, providing a clearer and more direct way of controlling the AJAX request.","shortMessageHtmlLink":"Update beforeSend method to handle abort scenarios"}},{"before":"cc6cb8284849df5dc17debebe00a91afeba4c9c7","after":"57f6da6f0671b63d4d8738a895e7e1a1410c0497","ref":"refs/heads/main","pushedAt":"2024-03-28T07:35:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update return handling in onBeforeSend method\n\nChanged the behavior of the method onBeforeSend in the jQuery form script. Now, when the received return value is false, the xhr operation is marked as done, instead of being aborted. This makes the execution process more adaptable to various scenarios.","shortMessageHtmlLink":"Update return handling in onBeforeSend method"}},{"before":"ca160d359657bd120a26e912bbd132c0b9bb7264","after":"cc6cb8284849df5dc17debebe00a91afeba4c9c7","ref":"refs/heads/main","pushedAt":"2024-03-28T07:33:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update handling of return value in onBeforeSend method\n\nUpdated the onBeforeSend method in the jQuery form script to recognize a defined return value. If the received value is false, xhr operation is aborted and false is returned. This improvement makes the code more flexible and responsive to different situations.","shortMessageHtmlLink":"Update handling of return value in onBeforeSend method"}},{"before":"00a9d555cb7fc1ae59bfb783e82a3887bfaf40cf","after":"ca160d359657bd120a26e912bbd132c0b9bb7264","ref":"refs/heads/main","pushedAt":"2024-03-28T07:25:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update handling of return value in onBeforeSend method\n\nUpdated the onBeforeSend method in the jQuery form script to recognize a defined return value. If the received value is false, xhr operation is aborted and false is returned. This improvement makes the code more flexible and responsive to different situations.","shortMessageHtmlLink":"Update handling of return value in onBeforeSend method"}},{"before":"5fb9e9c983ef0b8ea9b39133261b03d85886fdb1","after":"00a9d555cb7fc1ae59bfb783e82a3887bfaf40cf","ref":"refs/heads/main","pushedAt":"2024-03-28T07:19:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Refactor onBeforeSend method in jquery form\n\nRefactored the onBeforeSend method in the jQuery form script to consider potential return value. If a return value is defined, the function will now return this value. This change enhances the function's versatility and allows for more dynamic application.","shortMessageHtmlLink":"Refactor onBeforeSend method in jquery form"}},{"before":"985e9724b2f0bdd1b7a87c2e5bb1f4fc9d76ec9c","after":"5fb9e9c983ef0b8ea9b39133261b03d85886fdb1","ref":"refs/heads/main","pushedAt":"2024-03-28T07:12:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"Update icons in jquery form\n\nChanged the hard-coded representation of warning and loading icons in the jQuery form script. Icon classes are now defined as constants and used in multiple spots instead of the inline declaration. This revision improves maintainability and provides a cleaner, more efficient approach to managing icons in the script.","shortMessageHtmlLink":"Update icons in jquery form"}},{"before":"d790fdbc3ea44fb90980bf5a2a1ca862a67f4367","after":"985e9724b2f0bdd1b7a87c2e5bb1f4fc9d76ec9c","ref":"refs/heads/main","pushedAt":"2023-09-08T11:19:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"add option autocomplete","shortMessageHtmlLink":"add option autocomplete"}},{"before":"98f2f3eea8ab5f74fd6a5f04c7bf2c267b2cabd9","after":"d790fdbc3ea44fb90980bf5a2a1ca862a67f4367","ref":"refs/heads/main","pushedAt":"2023-09-08T10:56:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"add minified version","shortMessageHtmlLink":"add minified version"}},{"before":"01a3b5168a30f84dd6e406212f6e4708aec163fe","after":"98f2f3eea8ab5f74fd6a5f04c7bf2c267b2cabd9","ref":"refs/heads/main","pushedAt":"2023-09-08T10:54:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ThomasDev-de","name":"Thomas","path":"/ThomasDev-de","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/67106837?s=80&v=4"},"commit":{"message":"add events resetting and any","shortMessageHtmlLink":"add events resetting and any"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAENQ5f7AA","startCursor":null,"endCursor":null}},"title":"Activity ยท ThomasDev-de/jquery-form"}