You must Sign In to post a response.
  • Category: JQuery

    MVC Actionlink text change using Jquery

    Hi,
    Let say I have two action links with Id #actionlinkA and #actionlinkB.
    Now I want to change text of actionlinkA when I click actionlinkB event.
    How it can be done using jquery.

    Thanks in advance.
    Sundar.
  • #761814
    1. How you are handling the Actionlink in your appliction?.
    2. Are you doing the action in ajax manner (using jquery) or just calling the action.

    If you are calling just as action, You can change the text of the link in the action

    If you are doing using jquery ajax call. The suceess, you can change the text of the link

    By Nathan
    Direction is important than speed


  • Sign In to post your comments