並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 8 件 / 8件

新着順 人気順

jquery ajax error function exampleの検索結果1 - 8 件 / 8件

  • jQuery 4.0.0 BETA! | Official jQuery Blog

    jQuery 4.0.0 has been in the works for a long time, but it is now ready for a beta release! There’s a lot to cover, and the team is excited to see it released. We’ve got bug fixes, performance improvements, and some breaking changes. We removed support for IE<11 after all! Still, we expect disruption to be minimal. Many of the breaking changes are ones the team has wanted to make for years, but co

    • The Web’s Next Transition

      The web is made up of technologies that got their start over 25 years ago. HTTP, HTML, CSS, and JS were all first standardized in the mid-nineties (when I was 8 years old). Since then, the web evolved into a ubiquitous application platform. As the web has evolved, so too has the architecture for the development of these applications. There are many core architectures for building applications for

        The Web’s Next Transition
      • jQuery 3.6.0 Released! | Official jQuery Blog

        jQuery 3.6.0 has been released! In jQuery 3.5.0, the major change was a security fix for the html prefilter. This release does not include a security fix, but does have some good bug fixes and improvements. We still have our eyes on a jQuery 4.0 release, but until then we will continue to support the 3.x branch and address important issues. As usual, the release is available on our cdn and the npm

        • HubSpot でフォームを作成する - シー・エス・エス イノベーションラボ(ブログ)

          みなさん、こんにちは。イノベーションLABのハヤシです。 最近何年ぶりかにトマトジュースをよく飲むようになりました。 かつては大嫌いでしたが、今はなぜか大好きです。 ちなみにトマトは苦手です。 今回は HubSpot のフォーム作成方法をご紹介します。 コードなどは使わず、HubSpot の管理画面からのみ操作をしていきます。 前提条件 フォーム作成 HubSpot フォーム フォームを作成する フォームを確認する フォームで送信する 送信データ確認 データの更新 設定変更 参考 フォーム呼び出し フォームをそのまま埋め込む HTML React 外部フォームからデータ送信 参考 前提条件HubSpot のアカウントが作成してあること ※フォーム作成だけなら無料プランで問題ありません フォーム作成 HubSpot フォーム HubSpot では、フォームを簡単に作成できます。 HubSpo

            HubSpot でフォームを作成する - シー・エス・エス イノベーションラボ(ブログ)
          • How To Migrate From jQuery To Next.js — Smashing Magazine

            About The AuthorDeveloper Relations Engineer at Storyblok. From Buenos Aires, Argentina, he has more than 15 years of experience in software development. Systems Engineer … More about Facundo ↬ There are many scenarios where we don’t need to follow the architecture that frameworks like React or Next.js impose on us, and that is OK. However, jQuery is a library that contains a lot of code and featu

              How To Migrate From jQuery To Next.js — Smashing Magazine
            • Turbo Handbook

              Navigate with Turbo Drive Turbo Drive is the part of Turbo that enhances page-level navigation. It watches for link clicks and form submissions, performs them in the background, and updates the page without doing a full reload. It’s the evolution of a library previously known as Turbolinks. ﹟ Page Navigation Basics Turbo Drive models page navigation as a visit to a location (URL) with an action. V

              • Migration From jQuery to Next.js: A Guide — Smashing Magazine

                This guide will show you how to migrate your jQuery site to React with Next.js – which is a significant undertaking, especially for big code bases. However, this migration allows you to use newer concepts (such as data fetching at build time) to help with our code’s performance and maintainability. jQuery has served developers well for many years. However, libraries (like React) and Frameworks (li

                  Migration From jQuery to Next.js: A Guide — Smashing Magazine
                • APIテスト(JSON形式でPOSTする)に使える汎用的なHTMLフォーム - Qiita

                  この記事は移行しました!最新の内容はこちらをご覧ください😀 API開発時にPOSTでメソッド渡さなければいけなくてその度にHTML書いて送信して〜ってのをやってたのですが、 いい加減毎回作るの面倒なので汎用的なのを作りました! 画面こんな感じ ポイント! APIのURLが書き換えられる Methodも切り替えできる パラメータ名と値が書き換えられる パラメータが足りなければ add で追加できる パラメータは [] で配列にも対応 ソース <html> <head> </head> <body> <h1>JSONでデータを送信する</h1> <p>Url: <input type="text" id="url" name="url" size="100" value="https://example.com/api/hoge"></p> <p>Method: <input type="t

                    APIテスト(JSON形式でPOSTする)に使える汎用的なHTMLフォーム - Qiita
                  1