I need to blink some text in GridView Using Jquery its working outside GridView but i implemented the same inside the GridView its not working can any 1 please point me to my issue here is the link of my sample application if any 1 want to see the source code : Link to my Sample Application
Here is some part of my code
Javascript Function

ASPX Code

CodeBehind Code

the Above code is working for the div which is outside the GridView but not working for the div which is inside the GridView… Please point me where i am going wrong…
Thanks
I think you’re going about this the wrong way. I would set a class on the mycontent div and remove the runat=”server”.
Then just use css to make the text blink. text-decoration: blink; Also, remove those font and strong tags and use css instead…
Or:
Use the blink plugin:
http://plugins.jquery.com/project/blink