Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Jquery plugin issues

Status
Not open for further replies.

darryncooke

Technical User
May 6, 2009
308
US
So I am implementing the tweetable plugin as well as bg stretch plugin.

to call tweetable i use this funcstion
Code:
$('#tweets').tweetable({});

to call bgstretcher
Code:
$(document).ready(function(){
//  Initialize Backgound Stretcher
$('BODY').bgStretcher({
images: ['images/bg1.jpg', 'images/bg2.jpg', 'images/bg3.jpg', 'imagesbg4.jpg'], imageWidth: 1920, imageHeight: 1080
});
});

the problem is that tweetable should only output 5 entries. however when I add the bgstretcher function tweetable doubles the output.


will show you what I mean. Any input on why this is happening?

Darryn Cooke
| Marketing and Creative Services
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top