Hello, I've recently started using jQuery for a project that uses
selective refreshing of elements on a web page. I found an article
stating that the way to do it would be to just add a line such as the
following:
$("#id").load(location.href+" #id > *","")
in an setInterval function call and the elements will be loaded
accordingly. I tried it and it works, but my question is how does one
do that for a clas of elements. If I were to substitute the #id with
something like element.class how do I prevent each element within that
class to load all the other elements besides itself within the
containing element? If someone has any clue to how this is done or
maybe a workaround to this issue your help would be much appreciated.

Reply via email to