Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
130
rated 0 times [  131] [ 1]  / answers: 1 / hits: 121282  / 11 Years ago, thu, june 6, 2013, 12:00:00

I have a simple question. I have the following code:



alert(Are you sure you want to add: n + redirURL + ?);


the variable redirURL is an actual working url. I would like it to be 'clickable'



thank you in advance


More From » jquery

 Answers
4

You can only display text in the alert function. If you want to put an url, you can do it by using jquery's dialog function. Here are some code examples: http://jqueryui.com/dialog/#default


[#77772] Wednesday, June 5, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gonzalo

Total Points: 336
Total Questions: 114
Total Answers: 98

Location: Iceland
Member since Sat, Sep 17, 2022
2 Years ago
;