October 29, 2010

JQUERY

$ - jquery

$("#id") - element whose id is "id"
$("id") - all elements whose id = "id"
$(".id") - all elements with class name "id"
.html() - gets the elements innerHTML
.html(string) - sets the elements inner html
.val() - gets the elements value
.val(value) - sets the elements value
\\ - escape character in jquery

1 comment:

erectile said...

A fascinating discussion is worth comment. I do believe that you ought to publish more on this issue, it might not be a taboo subject but generally folks don't speak about such topics. To the next! Best wishes!!

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...