タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

jqueryとjQueryとtipsに関するchaws2004のブックマーク (123)

  • Learning jQuery - Tips, Techniques, Tutorials

    Web development is not as simple as it used to be. Earlier, we had limited hosting service providers with a fixed set of features for everyone. As tech has improved, we are now looking at improving various parameters like user experience, application responsiveness, and latency. Selecting the right hosting solution for your jQuery-dependent web application […]

    chaws2004
    chaws2004 2007/09/02
    定番tips
  • Jack Born - Software designer and entrepreneur

    Jack Born I'm an entrepreneur and I build software that helps creators make more revenue in less time using automation and AI. I'm endlessly fascinated by marketing and messaging that moves people to take action. And I love knowing that I've helped thousands of other entrepreneurs have more time and flexibility to do the things they love with the people they love. "He's technical and he's also one

    chaws2004
    chaws2004 2007/09/02
    15日でjquery
  • jQueryと他のライブラリを同時に使用する方法 - jQuery - StackTrace

    jQuery は、Prototype など $ 関数を使用する他のライブラリと同時に使用することを想定して設計されています。 他のライブラリと同時に使用するには、jQuery による $ 関数の上書きを元に戻す jQuery.noConflict() メソッドを実行します。 実行後、jQuery を使用する場合は、$ 関数 の代わりに jQuery を使用します。(jQuery には別のショートカットを割り当てることもできます。) また、無名関数の引数に jQuery を渡し、仮引数に $ を使用すれば「(function($) { ... })(jQuery);」、そのコードブロック内で jQuery の $ 関数を使用することが可能です。(そのコードブロック内では、他のライブラリの $ 関数は使用できなくなります。) 他のライブラリとの同時使用例 jQuery の複数バージョンの同時使

    chaws2004
    chaws2004 2007/09/02
    jQueryと他のライブラリを同時に使用する方法