Hello,
a simple question here
Is there a way to change the text "click here"
<a id="a_tbnotesverbergen" href="#nothing">click here</a>
in this link
Richard
|
|
Hello, a simple question here Is there a way to change the text "click here"
in this link Richard |
|||
|
|
|
|
You have to use the jquery's text() function. What it does is:
For example:
With your markup you have to do:
and it will result in
|
||
|
|
|
The method you are looking for is jQuery's .text() and you can used it in the following fashion:
|
|||
|
|
|
|
OR
|
|||
|
|