How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
Hi All
I tried to add the filp Counter To My WebSite To Count The Number Of Visitors
This Is The Link Of Tutorial ( http://bloggingsquared.com/jquery/flipcounter/ )
Can Some One Help Me In This ...
Best Regards
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
Hi yeah, the 90's just called they want you back.. however, the instructions here are pretty comprensive :
What step are you stuck on, on the usage page ps this is jquery and css so not suited to this forum...
Let me know where you are falling over and i'll try and lend a hand
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
Okay been thinkng about this and i'm guessing your query is how to pass data from asp.net into the jquery code ie get hits from database and then apply to the script, is it so?
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
Quote:
Originally Posted by
Joshwah!
Hi yeah, the 90's just called they want you back.. however, the instructions here are pretty comprensive :
What step are you stuck on, on the usage page ps this is jquery and css so not suited to this forum...
Let me know where you are falling over and i'll try and lend a hand
i did the First three steps
but Step 5
Where Should I put the code ??
Thanks For Replying
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
Quote:
Originally Posted by
Joshwah!
Okay been thinkng about this and i'm guessing your query is how to pass data from asp.net into the jquery code ie get hits from database and then apply to the script, is it so?
yes actually i need to pass data from the database to the counter flip
Best Regards
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
It's JQuery, goes in the clinet side code. aspx (not.cs)
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
Quote:
Originally Posted by
lo2i
yes actually i need to pass data from the database to the counter flip
Best Regards
Do you know how to return a value from a DB to a var serverside in c# / vb?
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
Quote:
Originally Posted by
Joshwah!
Do you know how to return a value from a DB to a var serverside in c# / vb?
What Do You Mean By (var serverside)
If You Meaning return value from db to the string (variable) > Yes I Know
--------------
but I need Example to how use The Counter and pass a value to Display it .
Thanks
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)
Quote:
Originally Posted by
Joshwah!
It's JQuery, goes in the clinet side code. aspx (not.cs)
Maybe you should provide the steps you took to get the thing working. I too can't get it working following the instructions on that site.
Re: How To Add (Flip Counter) To My WebSite Using (Css,Jquery,Js)