Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Who does not use jQuery these days?

Who does not use jQuery these days?

Scheduled Pinned Locked Moved The Lounge
javascriptquestion
42 Posts 27 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B boarderstu

    It IS? Where exactly?

    S Offline
    S Offline
    Simon P Stevens
    wrote on last edited by
    #30

    Check out the announcement: http://blog.jquery.com/2008/09/28/jquery-microsoft-nokia/[^] As far as I know it's very much an integral part of ASP.Net MVC, so I suspect that is where you will find it.

    Simon

    1 Reply Last reply
    0
    • M Mustafa Ismail Mustafa

      Where have you been? are you living under a rock Ian? :)

      If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

      I Offline
      I Offline
      Ian Shlasko
      wrote on last edited by
      #31

      I just never got into dynamic web development... Maybe I'm just getting old, but when I make a website, I want it to just sit there, not keep talking to the server even when the user isn't there.

      Proud to have finally moved to the A-Ark. Which one are you in?
      Author of the Guardians Saga (Sci-Fi/Fantasy novels)

      1 Reply Last reply
      0
      • R Rama Krishna Vavilala

        It seems as if every website I go to, including the some which have just "coming soon" or "under construction" pages, use jQuery is some capacity. Yes, as a web developer I do like to see the source of a web site. I am really surprised at the amazing success of jQuery. I did think that it is a good tool and it will be somewhat popular but I had no idea that it will be popular to this extent.

        M Offline
        M Offline
        Machaira
        wrote on last edited by
        #32

        Have used it, don't plan to.

        1 Reply Last reply
        0
        • R Rama Krishna Vavilala

          It seems as if every website I go to, including the some which have just "coming soon" or "under construction" pages, use jQuery is some capacity. Yes, as a web developer I do like to see the source of a web site. I am really surprised at the amazing success of jQuery. I did think that it is a good tool and it will be somewhat popular but I had no idea that it will be popular to this extent.

          S Offline
          S Offline
          Squirrel Hacker
          wrote on last edited by
          #33

          While I tend to use it, it is frowned upon at my office as it is seen as bloat... They have written their own pile of global functions that they prefer to use... sigh

          Squirrel Hacker

          1 Reply Last reply
          0
          • R Rama Krishna Vavilala

            It seems as if every website I go to, including the some which have just "coming soon" or "under construction" pages, use jQuery is some capacity. Yes, as a web developer I do like to see the source of a web site. I am really surprised at the amazing success of jQuery. I did think that it is a good tool and it will be somewhat popular but I had no idea that it will be popular to this extent.

            M Offline
            M Offline
            Michael A Cochran
            wrote on last edited by
            #34

            Wow, I'm actually surprised by the number of "don't use it" or "never heard of it" replies. IMHO, it's an essential part of any RIA. If you're not using a plugin like Silverlight or Flash, you gotta be thinking about using such a well accepted, cross-browser, cross-platform library like jQuery. Seems like it's probably one of the few useful libraries that is embraced by both Microsoft and IBM. Microsoft has fully incorporated it into the ASP.NET 4 webform and MVC components, and although IBM still pushed dojo (of course), there are tons of jQuery articles on IBM's developerworks site and it works well in all the IBM products. I even heard rumblings a while back that MS was going to opensource their ajax library probably because so much of it is now based upon jQuery. Not sure if they really did or not though. From the practical side, jQuery selectors are very flexible, allowing both DOM and CSS style selectors, and generally very fast. There are number of useful ui components and there is a large open source contribution as well. It's also super easy to create your own plugins. Want a treeview? Render a nested ul, call one jQuery.ui function and, bam!, you gotta nice treeview. Want a tabstrip? Render a collection of divs, call one jQuery.ui function and, pow!, there's a tab strip. Wanna do AJAX with a REST API? It's a simple jQuery function call, and it supports JSON, XML, HTML, text, as well as custom types. And it's all cross-browser. You might be wondering if I'm somehow affiliated with jQuery. I'm not. I just know it's been a godsend to me while trying to build and maintain commercial web applications that need to be cross-browser, cross-platform. I can build one client side codebase that works against either a .Net or a Java backend via an easy to create REST api. I would recommend jQuery to anyone... (actually, I think I just did :laugh: )

            1 Reply Last reply
            0
            • R Rama Krishna Vavilala

              It seems as if every website I go to, including the some which have just "coming soon" or "under construction" pages, use jQuery is some capacity. Yes, as a web developer I do like to see the source of a web site. I am really surprised at the amazing success of jQuery. I did think that it is a good tool and it will be somewhat popular but I had no idea that it will be popular to this extent.

              C Offline
              C Offline
              Cure4Life
              wrote on last edited by
              #35

              I've looked at it in the past, but seriously cannot find a reason to stop using Prototype over jQuery http://prototypejs.org[^] However, i believe they can co-exist if needed.

              BillBuilt

              M R 2 Replies Last reply
              0
              • C Cure4Life

                I've looked at it in the past, but seriously cannot find a reason to stop using Prototype over jQuery http://prototypejs.org[^] However, i believe they can co-exist if needed.

                BillBuilt

                M Offline
                M Offline
                Matthew Hazlett
                wrote on last edited by
                #36

                Use what you like but prototypes rendering speeds are the worst of the lot. http://mootools.net/slickspeed/[^] For full disclosure, I am in the mootools camp.

                Matthew Hazlett Fighting the good fight for web usability.

                R 1 Reply Last reply
                0
                • R Rama Krishna Vavilala

                  It seems as if every website I go to, including the some which have just "coming soon" or "under construction" pages, use jQuery is some capacity. Yes, as a web developer I do like to see the source of a web site. I am really surprised at the amazing success of jQuery. I did think that it is a good tool and it will be somewhat popular but I had no idea that it will be popular to this extent.

                  W Offline
                  W Offline
                  was8309
                  wrote on last edited by
                  #37

                  being a web dev newbie, was trying to decide between dojo, prototype, and jquery, while trying to learn javascript by studying http://www.tiddlywiki.com/[^] . when tiddlywiki went w/ jquery, I followed.

                  1 Reply Last reply
                  0
                  • R Rama Krishna Vavilala

                    It seems as if every website I go to, including the some which have just "coming soon" or "under construction" pages, use jQuery is some capacity. Yes, as a web developer I do like to see the source of a web site. I am really surprised at the amazing success of jQuery. I did think that it is a good tool and it will be somewhat popular but I had no idea that it will be popular to this extent.

                    M Offline
                    M Offline
                    Mark C Hagers
                    wrote on last edited by
                    #38

                    (a bit late to the party, but 30 april is a national holiday in Holland, so I missed this discussion earlier) I use it all the time, and I love it. The great thing about it IMO is that it's a library of functions I can use in my own code as opposed to a framework that forces me to recode everything according to it's guidelines. And I love the tight integration with VS. Mark C Hagers New Media Ventures Amersfoort, the Netherlands

                    R 1 Reply Last reply
                    0
                    • M Mark C Hagers

                      (a bit late to the party, but 30 april is a national holiday in Holland, so I missed this discussion earlier) I use it all the time, and I love it. The great thing about it IMO is that it's a library of functions I can use in my own code as opposed to a framework that forces me to recode everything according to it's guidelines. And I love the tight integration with VS. Mark C Hagers New Media Ventures Amersfoort, the Netherlands

                      R Offline
                      R Offline
                      Rama Krishna Vavilala
                      wrote on last edited by
                      #39

                      Mark C Hagers wrote:

                      The great thing about it IMO is that it's a library of functions I can use in my own code as opposed to a framework that forces me to recode everything according to it's guidelines

                      That's an excellent point.

                      1 Reply Last reply
                      0
                      • C Cure4Life

                        I've looked at it in the past, but seriously cannot find a reason to stop using Prototype over jQuery http://prototypejs.org[^] However, i believe they can co-exist if needed.

                        BillBuilt

                        R Offline
                        R Offline
                        Rama Krishna Vavilala
                        wrote on last edited by
                        #40

                        Prototype was what I started with long time back. Very neat and well designed library. But jQuery took over it and has now emerged as the front runner.

                        1 Reply Last reply
                        0
                        • M Matthew Hazlett

                          Use what you like but prototypes rendering speeds are the worst of the lot. http://mootools.net/slickspeed/[^] For full disclosure, I am in the mootools camp.

                          Matthew Hazlett Fighting the good fight for web usability.

                          R Offline
                          R Offline
                          Rama Krishna Vavilala
                          wrote on last edited by
                          #41

                          I am really surprised with dojo's speed. I always thought it was very bloated. I guess I was wrong.

                          1 Reply Last reply
                          0
                          • J Jordy Kaiwa Ruiter

                            Nope, I don't use it.. :)

                            J Offline
                            J Offline
                            jimrthy
                            wrote on last edited by
                            #42

                            Me either. It just feels sloppy and lazy to me. It reminds me too much of perl. Dojo is a much better fit for the way my mind works. But it's all a matter of personal preference. I'll eventually come up with something clever to put here. Really.

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups