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. Web Development
  3. ASP.NET
  4. Jquery

Jquery

Scheduled Pinned Locked Moved ASP.NET
javascriptdatabasetoolstutorialquestion
2 Posts 2 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.
  • S Offline
    S Offline
    Sudhanshu Mani Tripathi
    wrote on last edited by
    #1

    I am new For Jquery ,I want to use jquery in VS2005 but I am not doing. I write a code to display hello on button click but nothing is happen after button click. I think I did not get reference of query.js file. How to use???????????? <script type="text/javascript"> $(document).ready(function() { $("#Button1").click(function() { alert("Hello world!"); }); });

    A 1 Reply Last reply
    0
    • S Sudhanshu Mani Tripathi

      I am new For Jquery ,I want to use jquery in VS2005 but I am not doing. I write a code to display hello on button click but nothing is happen after button click. I think I did not get reference of query.js file. How to use???????????? <script type="text/javascript"> $(document).ready(function() { $("#Button1").click(function() { alert("Hello world!"); }); });

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      $ means document.getElementById document.ready means when Document is loaded completely. $('Button1').click( means bind the function with the event. :rose: Read simple javascript concept before you use library, so that you could understand the the library properly. :rose::rose:

      Abhishek Sur My Latest Articles Working with Excel using MDAC
      Basics on LINQ and Lambda Expressions
      Create .NET Templates

      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