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. New to jQuery and loving it so far!

New to jQuery and loving it so far!

Scheduled Pinned Locked Moved The Lounge
javascriptcsharpdatabase
15 Posts 9 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.
  • C CafedeJamaica

    I always wanted to do a bunch of stuff in Javascript and just never knew how, jQuery I thank you! KNOCKOUTJS is next on my list based on the thread, think I might as well just try it now

    Matt / MathLab C#|VB|SQL|jQuery

    Mike HankeyM Offline
    Mike HankeyM Offline
    Mike Hankey
    wrote on last edited by
    #3

    JQuery is awesome, check out JQueryUI stuff also really nice.

    VS2010/Atmel Studio 6.0 ToDo Manager Extension
    Version 3.0 now available. There is no place like 127.0.0.1

    J 1 Reply Last reply
    0
    • J Judah Gabriel Himango

      Now you need to get into KnockoutJS[^]. jQuery is nice for manipulating the DOM, but people (ab)use it to do anything and everything. KnockoutJS lets you link your UI elements to JavaScript objects, makes it very rare when you need to manipulate the DOM.

      My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

      S Offline
      S Offline
      SockPuppeteer
      wrote on last edited by
      #4

      :thumbsup: I'm no expert but really loved getting into KnockoutJS My next project (when I get around to it!) will probably avoid all the ASPX stuff and be KnockoutJS / JQuery using AJAX to grab / put data. If there were enough hours in the day I'd feel an article coming on!

      .\\axxx

      J 1 Reply Last reply
      0
      • J Judah Gabriel Himango

        Now you need to get into KnockoutJS[^]. jQuery is nice for manipulating the DOM, but people (ab)use it to do anything and everything. KnockoutJS lets you link your UI elements to JavaScript objects, makes it very rare when you need to manipulate the DOM.

        My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

        A Offline
        A Offline
        Abhinav S
        wrote on last edited by
        #5

        Just curious - why would you prefer Knockout over AnjularJS?

        WP7.5 Apps - XKCD | Calvin | SMBC | Sound Meter | Speed Dial

        S J 2 Replies Last reply
        0
        • A Abhinav S

          Just curious - why would you prefer Knockout over AnjularJS?

          WP7.5 Apps - XKCD | Calvin | SMBC | Sound Meter | Speed Dial

          S Offline
          S Offline
          SockPuppeteer
          wrote on last edited by
          #6

          personally, because I never used Angular but have toyed with Knockout - now I've seen the Angular website, that's yet another thing on my ToDo list!

          .\\axxx

          1 Reply Last reply
          0
          • J Judah Gabriel Himango

            Now you need to get into KnockoutJS[^]. jQuery is nice for manipulating the DOM, but people (ab)use it to do anything and everything. KnockoutJS lets you link your UI elements to JavaScript objects, makes it very rare when you need to manipulate the DOM.

            My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

            S Offline
            S Offline
            Sasha Laurel
            wrote on last edited by
            #7

            Oh yeah! Knockout is elephanting awesome! MS MVC plus KnockoutJS makes me get excited about web development again.

            1 Reply Last reply
            0
            • A Abhinav S

              Just curious - why would you prefer Knockout over AnjularJS?

              WP7.5 Apps - XKCD | Calvin | SMBC | Sound Meter | Speed Dial

              J Offline
              J Offline
              Judah Gabriel Himango
              wrote on last edited by
              #8

              Knockout does exactly one thing - data binding - and does it really well. I've yet to see that duplicated in any of the larger JS app frameworks.

              My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

              1 Reply Last reply
              0
              • Mike HankeyM Mike Hankey

                JQuery is awesome, check out JQueryUI stuff also really nice.

                VS2010/Atmel Studio 6.0 ToDo Manager Extension
                Version 3.0 now available. There is no place like 127.0.0.1

                J Offline
                J Offline
                Judah Gabriel Himango
                wrote on last edited by
                #9

                jQuery UI is feeling a bit dated. Twitter Bootstrap[^] is the web darling UI framework at the moment.

                My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

                J 1 Reply Last reply
                0
                • J Judah Gabriel Himango

                  jQuery UI is feeling a bit dated. Twitter Bootstrap[^] is the web darling UI framework at the moment.

                  My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

                  J Offline
                  J Offline
                  jim lahey
                  wrote on last edited by
                  #10

                  This is the best looking UI for jQuery I've found thus far: http://www.jeasyui.com/index.php[^] Been using it in a recent project at work with MVC4, so far it's done everything I've asked of it. The datagrid control is a doddle to use and the documentation is not bad, enough to get you going. The only fix I've had to apply to it is when I integrated a reset stylesheet into the web app, I had to explicitly set vertical alignment on table cells in my own CSS file. Not a problem really. I find the jQuery UI themes a big let down to be honest.

                  J 1 Reply Last reply
                  0
                  • C CafedeJamaica

                    I always wanted to do a bunch of stuff in Javascript and just never knew how, jQuery I thank you! KNOCKOUTJS is next on my list based on the thread, think I might as well just try it now

                    Matt / MathLab C#|VB|SQL|jQuery

                    W Offline
                    W Offline
                    wizardzz
                    wrote on last edited by
                    #11

                    I'll admit I was quite inexperienced in js. Had to do some codeacademy lessons.

                    1 Reply Last reply
                    0
                    • J jim lahey

                      This is the best looking UI for jQuery I've found thus far: http://www.jeasyui.com/index.php[^] Been using it in a recent project at work with MVC4, so far it's done everything I've asked of it. The datagrid control is a doddle to use and the documentation is not bad, enough to get you going. The only fix I've had to apply to it is when I integrated a reset stylesheet into the web app, I had to explicitly set vertical alignment on table cells in my own CSS file. Not a problem really. I find the jQuery UI themes a big let down to be honest.

                      J Offline
                      J Offline
                      Judah Gabriel Himango
                      wrote on last edited by
                      #12

                      That looks awefully Outlook 2007-ish. :-) Twitter Bootstrap[^] is where it's at.

                      My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

                      J 1 Reply Last reply
                      0
                      • C CafedeJamaica

                        I always wanted to do a bunch of stuff in Javascript and just never knew how, jQuery I thank you! KNOCKOUTJS is next on my list based on the thread, think I might as well just try it now

                        Matt / MathLab C#|VB|SQL|jQuery

                        K Offline
                        K Offline
                        kmoorevs
                        wrote on last edited by
                        #13

                        Me too! I have been on a mission to spend an hour or so each day learning something new. I started a jQuery tutorial a few days ago. I have only scratched the surface, but so far, am in awe of how awesome it is! I just downloaded tableSorter.js and tried it...simply amazing, and to think there are so many more libraries available!

                        "Go forth into the source" - Neal Morse

                        1 Reply Last reply
                        0
                        • S SockPuppeteer

                          :thumbsup: I'm no expert but really loved getting into KnockoutJS My next project (when I get around to it!) will probably avoid all the ASPX stuff and be KnockoutJS / JQuery using AJAX to grab / put data. If there were enough hours in the day I'd feel an article coming on!

                          .\\axxx

                          J Offline
                          J Offline
                          Judah Gabriel Himango
                          wrote on last edited by
                          #14

                          I've been doing MVC + KnockoutJS for the last few years. I really, really love it.

                          My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

                          1 Reply Last reply
                          0
                          • J Judah Gabriel Himango

                            That looks awefully Outlook 2007-ish. :-) Twitter Bootstrap[^] is where it's at.

                            My Messianic Jewish blog: Kineti L'Tziyon My software blog: Debugger.Break() Judah Himango

                            J Offline
                            J Offline
                            jim lahey
                            wrote on last edited by
                            #15

                            We don't make trendy apps, we need stuff like datagrids, treeviews, windows and form validation. Looks ok though. At least we're using a UI toolkit these days. Some of the stuff I've gotten rid of over the last year would make your eyes bleed. ASP.net GridViews so wide they don't even fit on both my screens with a mix of old school Html attributes and CSS for styling. To be honest I can't believe we ever sold any copies of the applications with them looking that bad, but someone paid for them. We must either have salespeople with crazy coercion skills, or they have some dirt on the customer. It certainly wasn't the user experience, look and feel that convinced them to buy.

                            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