What is the first solution comes to your mind, when someone asks you
How can I dynamically hide any element using Javascript ?
You are browsing the tips tag archive.
What is the first solution comes to your mind, when someone asks you
How can I dynamically hide any element using Javascript ?
Yesterday I wrote about a beautiful implementation for nag screen using mootools and CSS3. Thanks for all of my visitor for showing interest in it.
Considering requests from some of the users, I have also worked on its jQuery version. In jQuery version I have also tried to remove the bugs pointed out by one of the user.
Nagscreen : Messages on the webpage that reminds (or nags) the user to register, or show some notification. These messages appear on the webpage in a way to seek user attention. Here in this post we'll be creating beautiful and dynamic Nag Screen using Mootools. Continue reading…
The syntax to add it in Model is:
class MyModel(models.Model): video = FileField(upload_to=None[, max_length=100, **options])
Recent Responses