Questions tagged [ticker]

357 questions
0
votes
0 answers

Live BSE NSE ticker on my website

I want to put live horizontal ticker of BSE and NSE, not the iframe version which I cannot customise the look. Also I need to display stock quote and chart facility. I am using php. Thanks
techansaari
  • 375
  • 1
  • 5
  • 20
0
votes
2 answers

Ticker problems, wont load in motion, just displays all text. jquery ajax

i am after making an news ticker and its the first time ive come across this website. http://www.jquerynewsticker.com/ and ive got the code all set up as this
JimJAM
  • 5
  • 4
0
votes
1 answer

Why is addListener not a function?

I am using EaselJS and my task is to move a .png from right to left. Since I bumped into an error I can't fix, I copied a work with the same goal and using createjs.Ticker.addListener to keep everything updated. I opened the other index.html with…
Rawfish
  • 13
  • 1
  • 3
0
votes
1 answer

combining jquery vTicker with getJSON

I have some code to get json data from another site like this:
sabrina
  • 47
  • 7
0
votes
1 answer

Continuous countup timer (independent of page load)

I'm trying to create a continuously increasing number on my site that starts at a given number (5,000,000 for instance) and increases at an even rate (of about 1 per sec or so) to infinity. This should happen independent of the user loading the…
Patrick Mauldin
  • 139
  • 1
  • 1
  • 8
0
votes
2 answers

jQuery ticker - how to set URL for #ticker-title

I'm using JQuery ticker, and its working perfectly, i only need to set title for #ticker-title, is that possible?? $.fn.ticker.defaults = { speed: 0.10, ajaxFeed: false, feedUrl: '', feedType: 'xml', displayType:…
Alaa.Ali
  • 1,192
  • 3
  • 11
  • 26
0
votes
1 answer

How can I set JSlider ticker to start at the begining of the slider (in Java)?

The title pretty much explains my question. I'm adding a URL to an image that explains my question better just in case i'm not clear. I think I'm missing some obvious method, maybe you guys could help. Thanks.
ChicoDelaBarrio
  • 171
  • 2
  • 11
0
votes
1 answer

I was trying to make a news ticker. But there's an error when mouse leaves after hover

After Mouse Leave the ticker starts to move at a very high speed. Don't know what's the error. Javascript: $('#tick2').html($('#tick').html()); var temp=0,intervalId=0; $('#tick li').each(function() { var offset=$(this).offset(); var…
Hemant Aggarwal
  • 849
  • 1
  • 7
  • 13
0
votes
2 answers

Javascript and PHP time ticker

The following JavaScript does not work in Firefox, the only debug error I can get is "[06:29:53.518] SyntaxError: 09 is not a legal ECMA-262 octal constant" which relates to the var month = '.date('m', $time).'; line. This code works perfectly in…
johnsonwi
  • 159
  • 3
  • 15
0
votes
1 answer

Bxslider Ticker image spacing as a Wordpress plugin

I installed the BxSlider as a plugin for Wordpress and inserted the php script code to show above the footer on all pages. The images scroll perfectly across the page except I'm trying to reduce the spacing between the images to show more than one…
Colin
  • 1
  • 1
0
votes
1 answer

how to create a counter or ticker showing numbers for websites in a slider

How or where can i get a counter something similar to this? I am aware of the sliders but the counter in the slider is something i am looking for and developing the website with HTML5, jquery.
user2619093
  • 33
  • 1
  • 2
  • 8
0
votes
2 answers

jQuery vTicker - Pause:true Resumes on Mouseover

I have successfully implemented the jQuery vTicker plugin, along with 'previous,' 'next,' and 'pause' link functionality. When I click Pause, the ticker does pause. The problem is when the ticker is paused, if you mouse-over the ticker, it resumes.…
Matt
  • 85
  • 1
  • 10
0
votes
0 answers

making notification bar ("ticker") from my android application

I want to make update on the notification window on facebook , I think it's called ticker when someone finish a game on my application . like: Jesus Dimri made new record (10201 points) on super trivia !! I don't want to make wallpost couse its to…
Jesus Dimrix
  • 4,378
  • 4
  • 28
  • 62
0
votes
1 answer

EaselJS 0.61 Ticker issue

Situation I'm using easeljs within a jquery plugin and have set it up without issue. Here is a snippet of the code I use: /** * * FUNCTION - SETUP_CANVAS * **/ setupcanvas: function() { /* Prepare the canvas for Easel interaction */ …
Simon
  • 816
  • 2
  • 7
  • 16
0
votes
1 answer

Echo parsed PHP data from javascript?

I'm trying to create an auto-refreshing RSS ticker feed, where response.php parses the RSS feed, and the HTML file displays the output. Here's the javascript that's in the HTML file.