Relative Content

Tag Archive for jquery

How to change a text with jQuery

I have an h1 with id of toptitle that is dynamically created, and I am not able to change the HTML.
It will have a different title depends on a page. Now when it is Profile, I want to change it to New word with jQuery.

slide up table row each after one

currently I’m working on a grid with group rows (on top). If the user clicks on the first cell of the group row (a – sign) the details rows should slide up with animation. I found this answer, and modified the relevant code like this:

JQUERY beforeunload not working as expected

The implementation of this JQUERY function drives me crasy!!!
I know there are a lot of articles about it and I have spend hours to read them, but could not find any useful solution!
I created a simple chat and need a functin to clear the user from the active user list, if he close the window. I don’t want to send any message only have the possibility clear something up before closing.