Posts by Cristiano Gil • 51 points
3 posts
-
0
votes3
answers139
viewsA: Exchanging link as input text
Possible is, after all, in the computer system everything is possible until proven otherwise. Follow the solution below: $("div#div_do_link #input_link").keyup(function() { var value = this.value;…
-
3
votes2
answers1168
viewsA: Positioning scripts and css links in an html document
Positioning scripts and css links in an html document The HTML 4 and 5 specification indicates that a tag script should be positioned within a tag head or body in an HTML document and which can…
-
2
votes4
answers3842
viewsA: Link in tr of table
Good!! In these situations I recommend you to use the default events of the tags. In that case you can use: onclick and then you pass the Location.href that receives the link. Look at my solution…