");/*Wrap is always relative*/thisTicker.parent().css({position: 'relative'})/*Hide expect first*/thisTicker.children("li").not(":first").hide();/*Lets init*/init();function init(){switch (opts.type) {case 'vertical':case 'horizontal':vertiZontal()break;case 'marquee':marQuee()break;case 'typewriter':typeWriter()break;default:break}}/*Vertical - horizontal* **Do not change code lines*/function vertiZontal(prevNext = false){ let speed = opts.speed,autoplay = opts.autoplay,direction = opts.direction;if( prevNext){speed = 0;autoplay = 0;clearInterval(intervalID);intervalID = false;}function play(){if( isPause){clearInterval(intervalID);intervalID = false;return false;}let dChild,eqType,mType,mVal;dChild = thisTicker.find('li:first');if(direction === 'up' || direction === 'right'){eqType = '-=';}else{eqType = '+=';}if(opts.type === 'horizontal' ){mType = 'left';mVal = dChild.outerWidth(true);}else{mType = 'margin-top';mVal = dChild.outerHeight(true);}if( prevNext === 'prev'){thisTicker.find('li:last').detach().prependTo(thisTicker);}else{dChild.detach().appendTo(thisTicker);}thisTicker.find('li').css({opacity: '0',display: 'none'});thisTicker.find('li:first').css({opacity: '1',position: 'absolute',display: 'block',[mType]: eqType + mVal + 'px',});thisTicker.find('li:first').animate({[mType]: '0px'},speed,function () {clearInterval(intervalID);intervalID = false;vertiZontal();});} if( intervalID){ return false }intervalID = setInterval(play, autoplay);}/*Type-Writer* **Do not change code lines*/function typeWriter( prevNext = false ) {if( isPause){return false;}if( prevNext){clearInterval(intervalID);intervalID = false;clearTimeout(timeoutID);timeoutID = false;if( prevNext === 'prev'){thisTicker.find('li:last').detach().prependTo(thisTicker);}else{thisTicker.find('li:first').detach().appendTo(thisTicker);}}let speed = opts.speed,autoplay = opts.autoplay,typeEl = thisTicker.find('li:first'),wrapEl = typeEl.children(),count = 0;if( typeEl.attr('data-text')){wrapEl.text(typeEl.attr('data-text'))}let allText = typeEl.text();thisTicker.find('li').css({opacity: '0',display: 'none'});function tNext() {thisTicker.find('li:first').detach().appendTo(thisTicker);clearTimeout(timeoutID);timeoutID = false;typeWriter();}function type() {count++;let typeText = allText.substring(0, count);if( !typeEl.attr('data-text')){typeEl.attr('data-text',allText);}if ( count <= allText.length ){wrapEl.text(typeText);typeEl.css({opacity: '1',display: 'block',});}else{clearInterval(intervalID);intervalID = false;timeoutID = setTimeout(tNext, autoplay);}}if( !intervalID){intervalID = setInterval(type, speed);}}/*marQuee* **Do not change code lines*/function marQuee() {/*Marquee Special*/let speed = opts.speed,direction = opts.direction,wrapWidth,dir = 'left',totalTravel,defTiming,listWidth = 0,mPause = false;mInit();function mInit(){thisTicker.css({position: 'absolute'})thisTicker.find('li').css({display: 'inline-block',marginRight: '10px',});let tickerList = thisTicker.find("li");wrapWidth = thisTicker.parent().outerWidth(true);if( direction === 'right'){dir = 'right'}/*Calculating ticker width*/thisTicker.width(10000);/*temporary width to prevent inline elements wrapping to initial width of ticker*/tickerList.each(function() {listWidth += $(this).outerWidth(true)+5;/*+5 for some missing px*/});thisTicker.width(listWidth);totalTravel = listWidth + wrapWidth;defTiming = totalTravel / speed;marQueeIt(listWidth, listWidth/speed);}function marQueeIt(lPos, lSpeed) {thisTicker.animate({ [dir]: '-=' + lPos },lSpeed,"linear",function() {thisTicker.css({[dir]: wrapWidth});marQueeIt(totalTravel, defTiming);});}function mRestart(){let offset = thisTicker.offset(),rOffset = direction === 'right'?(listWidth-offset.left):offset.left,remainingSpace = rOffset + listWidth,remainingTime = remainingSpace/speed;marQueeIt(remainingSpace, remainingTime);}function mToggle(){console.log('mToggle')mPause = !mPause;$(document).trigger('acmeTickerToggle', thisTicker, mPause)if( mPause){thisTicker.stop();}else{mRestart();}}opts.controls.toggle && opts.controls.toggle.on('click', function(e){mToggle();});if(opts.pauseOnHover){thisTicker.mouseenter(function(){thisTicker.stop();}).mouseleave(function(){mRestart();});}if(opts.pauseOnFocus){thisTicker.focusin(function(){thisTicker.stop();}).focusout(function(){mRestart();});}}/*marQuee End*//*Actions/Controls*/if( opts.type !== 'marquee'){opts.controls.prev && opts.controls.prev.on('click', function(e){e.preventDefault();switch (opts.type) {case 'typewriter':typeWriter('prev')break;default:vertiZontal('prev')break}});opts.controls.next && opts.controls.next.on('click', function(e){e.preventDefault();switch (opts.type) {case 'typewriter':typeWriter('next')break;default:vertiZontal('next')break}});function restart(){if( !isPause){init();}}opts.controls.toggle && opts.controls.toggle.on('click', function(e){e.preventDefault();isPause = !isPause;$(document).trigger('acmeTickerToggle', thisTicker, isPause)restart();});if(opts.pauseOnHover){thisTicker.mouseenter(function(){isPause = true;}).mouseleave(function(){isPause = false;});restart();}if(opts.pauseOnFocus){thisTicker.focusin(function(){isPause = true;}).focusout(function(){isPause = false;});restart();}}};// plugin defaults - added as a property on our plugin function$.fn.AcmeTicker.defaults = {/*Note: Marquee only take speed not autoplay*/type:'horizontal',/*vertical/horizontal/marquee/typewriter*/autoplay: 2000,/*true/false/number*/ /*For vertical/horizontal 4000*//*For typewriter 2000*/speed: 50,/*true/false/number*/ /*For vertical/horizontal 600*//*For marquee 0.05*//*For typewriter 50*/direction: 'up',/*up/down/left/right*//*For vertical up/down*//*For horizontal/marquee right/left*//*For typewriter direction doesnot work*/pauseOnFocus: true,pauseOnHover: true,controls: {prev: '',/*Can be used for vertical/horizontal/typewriter*//*not work for marquee*/next: '',/*Can be used for vertical/horizontal/typewriter*//*not work for marquee*/toggle: ''/*Can be used for vertical/horizontal/marquee/typewriter*/}};})(jQuery);
Latest on MJJC
- Latest Michael Jackson News
- Click Here to Join Our Community
- Follow us on X
- Wanna talk Michael? Come join the chat rooms
- The Michael Jackson Chart Watch
- Become an MJJC Patron
- Join the Premium Member Group and Get Lot's of Extra's
- Major Love Prayer - Worldwide Monthly Prayer Every 25th
- Join us in the Chat Rooms
- Find us on Facebook
- Forums
- The Jacksons
- 2300 Jackson St
- Thread starterDuranDuran
- Start dateNov 19, 2009
DuranDuran
Proud Member
- Joined
- Aug 27, 2011
- Messages
- 12,841
- Points
- 113
- Feb 8, 2017
- #31
Re: autobiography
SarahJ said:
Judging from some of the comments, looks like your right about the public not knowing she exists.
A lot of people don't know about Rebbie and she had a recording career. So non-showbiz relatives are even less likely to be known by a large amount of people.
KOPV
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 13,085
- Points
- 113
- Feb 8, 2017
- #32
that's pretty cold of Joe, not surprised... To be SEMI fair though, Joe knows the other families work through Katherine to get money from MJ.. They'd never go to Joe to scum off of Michaels money cuz Joe didn't have the "IN" Katherine did/does. It's not like Joh-Vonnie would go to Katherine begging for $$$..
elusive moonwalker
Guests
- Feb 9, 2017
- #33
In this never before told story, Joh’Vonnie Jackson explains her side of the story for once and on her own terms.
---------
It amazes me how desperate publishers actually are. Seriously who the heck cares. There is no story
FullLipsDotNose
Proud Member
- Joined
- Feb 19, 2016
- Messages
- 730
- Points
- 0
- Location
- I'm always on the move...
- Feb 9, 2017
- #34
I only know how she attempted to get in touch with her siblings, but they weren't keen on talking to her. Then she was for the first and last time invited to Neverland, I think it was Michael's birthday, and no one reportedly paid her any attention. But Michael was very attentive to Yasmine, her daughter. Well, who knows where the truth is. But I can't blame anyone. She wanted to get to know her family, which is understandable, but I also understand why other Jacksons didn't want to interact with her because she had experienced Joe in a very different way and they couldn't relate.
DuranDuran
Proud Member
- Joined
- Aug 27, 2011
- Messages
- 12,841
- Points
- 113
- Feb 9, 2017
- #35
Janet
FullLipsDotNose said:
I only know how she attempted to get in touch with her siblings, but they weren't keen on talking to her. Then she was for the first and last time invited to Neverland, I think it was Michael's birthday, and no one reportedly paid her any attention. But Michael was very attentive to Yasmine, her daughter. Well, who knows where the truth is. But I can't blame anyone. She wanted to get to know her family, which is understandable, but I also understand why other Jacksons didn't want to interact with her because she had experienced Joe in a very different way and they couldn't relate.
I've heard she has a relationship with Rebbie and I think Tito. I don't know if that's true or not. Janet invited her to one of her concerts.
Goddess4Real
Proud Member
- Joined
- Jul 27, 2016
- Messages
- 1,129
- Points
- 0
- Feb 12, 2017
- #36
SarahJ said:
Oh Lord...
Guess since everyone else is jumping on the gravy train, she probably figured she might as well too.
Yuuup everyone else has.....and she will only get media attention if her "book" has negative MJ stories in it.
KOPV
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 13,085
- Points
- 113
- Feb 15, 2017
- #37
I'm sure being the 'bastard' child has a lot to feel 'sorry' (emotional issues from feeling forgotten and neglected) for but it I Michaels money we are talking about. She's not HIS daughter or responsibility.
DuranDuran
Proud Member
- Joined
- Aug 27, 2011
- Messages
- 12,841
- Points
- 113
- May 15, 2017
- #38
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Wow this was one crazy week. So my daughter lost her Great Grandmother (Grandma Golden) from her fathers side RIP. I never met her before …</p>— JohVonnie Jackson (@JNJJackson74) <a href="https://twitter.com/JNJJackson74/status/858058579760357377">April 28, 2017</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
DuranDuran
Proud Member
- Joined
- Aug 27, 2011
- Messages
- 12,841
- Points
- 113
- Mar 11, 2018
- #39
The Talk (March 9, 2018)
Joh'Vonnie was on The Talk yesterday.
Mikky Dee
Sunset Driver, Midnight Rider
- Joined
- Mar 8, 2016
- Messages
- 3,017
- Points
- 63
- Mar 11, 2018
- #40
Trying to be shady towards Michael and the siblings with almost every word. :gross:
Goddess4Real
Proud Member
- Joined
- Jul 27, 2016
- Messages
- 1,129
- Points
- 0
- Mar 11, 2018
- #41
Mikky Dee said:
Trying to be shady towards Michael and the siblings with almost every word. :gross:
Thanks, I've also been reading the excerpts of her book at MJ Forum at Lipstick Alley, and she comes across as another nasty piece of work using MJ for attention and $$$$$. Plus she makes my skin crawl. If your gonna be angry about your existence as a bastard, be angry at your "DADDY!" not at your half siblings who talent and hard work pretty much paid for your walnut icecream, dolls from around the world and every other perk you got from Joseph, MJ and his siblings don't owe her a god damn thing.
Last edited:
La74
Proud Member
- Joined
- Aug 27, 2016
- Messages
- 779
- Points
- 28
- Mar 11, 2018
- #42
Goddess4Real said:
Thanks, I've also been reading the excerpts of her book at MJ Forum at Lipstick Alley, and she comes across as another nasty piece of work using MJ for attention and $$$$$. Plus she makes my skin crawl. If your gonna be angry about your existence as a bastard, be angry at your "DADDY!" not at your half siblings who talent and hard work pretty much paid for your walnut icecream, dolls from around the world and every other perk you got from Joeseph. MJ and his siblings don't owe her a god damn thing.
I am reading the book right now and it is actually an interesting read to hear her side of the story. Joseph lived with them and was very controlling and mentally abused Cheryl and maybe that is why she never left him. They had a relation for 25 years even though he was still married to Katherine and had other women all the time. JohVonnie was 11 years old before she realized Joseph was actually married to Katherine. He have JohVonnie the brothers and old clothes and Janets old green bike. I sounds like she originally was a big fan of Janet and looked up to her a lot.
Glanni
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 1,689
- Points
- 83
- Location
- 🇩🇪
- Country
- Mar 11, 2018
- #43
can someone please share the video from the talk? the video posted above is offline
Glanni
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 1,689
- Points
- 83
- Location
- 🇩🇪
- Country
- Mar 12, 2018
- #44
can someone please download the video:
https://www.cbs.com/shows/the_talk/...ckson-speaks-out-on-being-rejected-by-family/
and share it on mega.nz?
I guess only US people can see the video and I am currently not in the USA.
Thanks!
KOPV
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 13,085
- Points
- 113
- Mar 13, 2018
- #45
I'm not saying she isn't nasty towards the family but what in the video was so nasty? I'm not seeing it
Glanni
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 1,689
- Points
- 83
- Location
- 🇩🇪
- Country
- Mar 16, 2018
- #46
Since nobody shares the full interview here (neither the link nor the youtube video is working for people outside the US) here another link with at least 4 minutes of the interview:
https://au.news.yahoo.com/video/wat...ckson-speaks-out-on-being-rejected-by-family/
Glanni
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 1,689
- Points
- 83
- Location
- 🇩🇪
- Country
- Mar 16, 2018
- #47
Glanni
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 1,689
- Points
- 83
- Location
- 🇩🇪
- Country
- Mar 16, 2018
- #48
anyone has the full show???
La74
Proud Member
- Joined
- Aug 27, 2016
- Messages
- 779
- Points
- 28
- Mar 16, 2018
- #49
Glanni;4218439 said:
anyone has the full show???
<menu type="context" id="fcltHTML5Menu"><menuitem command="context" label="Copy Link Text"></menuitem></menu>
Thanks for sharing the link. I have now finnished reading the book and I still don’t think it is a scandalbook. I think she just wants to tell her side of the story because a lot of blame has been put on her in serveral biographys ever since the 90s. Maybe I will change my mind but that is my opionion for now..
La74
Proud Member
- Joined
- Aug 27, 2016
- Messages
- 779
- Points
- 28
- Mar 17, 2018
- #50
Glanni;4218439 said:
anyone has the full show???
<menu type="context" id="fcltHTML5Menu"><menuitem command="context" label="Copy Link Text"></menuitem></menu>
Thanks for sharing the link. I have now finnished reading the book and I don ’t think she blasts her halfsiblngs she is just saying her opinion and telling her side of the story because a lot has been said and written about her ever since Randy Tarraborellis book in 1990 or 91.
elusive moonwalker
Guests
- Mar 19, 2018
- #51
Shes jist try
elusive moonwalker
Guests
- Mar 19, 2018
- #52
Imo shes just trying to create a career for herself based on been joes love child. I doubt anyone blames her for being such a product its not her fault. But i doubt a huge amount of fans let alone the general public even know of her or her excistance. Hardly anything has been said or written about her.certainly not in the mainstream press to the point where anything needs clarifying. she just wants people to know about her. And make money and a career out her connection. Everyone wants their 15 mins
La74
Proud Member
- Joined
- Aug 27, 2016
- Messages
- 779
- Points
- 28
- Mar 19, 2018
- #53
elusive moonwalker;4218600 said:
Imo shes just trying to create a career for herself based on been joes love child. I doubt anyone blames her for being such a product its not her fault. But i doubt a huge amount of fans let alone the general public even know of her or her excistance. Hardly anything has been said or written about her.certainly not in the mainstream press to the point where anything needs clarifying. she just wants people to know about her. And make money and a career out her connection. Everyone wants their 15 mins
I have read about her in several book. Maybe you are right that the general public has not heard about her. Still it’t not like she is making a lot of scandalous claims about MJ his kids or the Jackson family which would have brought her a lot more attention and more money. It is just about what life has been like for her and her opionions about the Jacksons which is some critisism but more praise than critisism so I don’t think it’s very nasty at all and not a book to worry about but I will leave this for now.
KOPV
Proud Member
- Joined
- Jul 25, 2011
- Messages
- 13,085
- Points
- 113
- Mar 23, 2018
- #54
Well... If every other jackson can try to make something out of the name.. I see no difference with her doing it.
It's as "ok" or "not ok" as any other person with that blood line using it for advancement of some sort.
DuranDuran
Proud Member
- Joined
- Aug 27, 2011
- Messages
- 12,841
- Points
- 113
- Mar 11, 2019
- #55
March 2019
View this post on Instagram Exonerated from the Courts and FBI point blank period! #johvonniejackson #jacksonforever #joejacksonbuilt #jacksonforever #authorlife #bastardchild #ebooks #johvonniejackson.com #aerio A post shared by JohVonnie N J Jackson (@johvonniejackson74) on Mar 4, 2019 at 8:04am PST
Porterc5
Proud Member
- Joined
- Feb 26, 2020
- Messages
- 5
- Points
- 1
- Feb 26, 2020
- #56
RadarOnline is trash. Don't listen to them.
DuranDuran
Proud Member
- Joined
- Aug 27, 2011
- Messages
- 12,841
- Points
- 113
- Jul 4, 2020
- #57
View this post on Instagram So proud! Black lives absolutely matter! #zaaharahsays #zaaharhspeaks #mychild #noweaponformedagainstmeshallprosper #shewhocreatesherself #ironrose #warriorqueen #bastardchild #joejacksontough #hawkette #cherylesgirls #johvonniejackson #yasminejackson #generationz #islam #poweryothepeople #blacklivesmatter #thisbitchtriedtokillmybaby #18hoursoflabor #godsessvibes A post shared by JohVonnie N J Jackson (@johvonniejackson74) on Jun 30, 2020 at 10:21pm PDT
La74
Proud Member
- Joined
- Aug 27, 2016
- Messages
- 779
- Points
- 28
- Aug 30, 2020
- #58
Today is Joh’Vonnies 46th birthday so I wish her a happy birthday .
You must log in or register to reply here.
- Forums
- The Jacksons
- 2300 Jackson St