@alpox i have a macmini and a macbook both 2007 that are now two museum pieces in my house for charging/batteries purposes. just investing in that to make them work again will cost me like a new decent laptop. so BYE BYE to them :)
Shivank Sharma
@shivanksharma91
@oppiniated can you see it now?
Tyler Moeller
@TylerMoeller
@srichakradhar The .animate() method is working fine, your CSS is not. You'll want to use absolute positioning to move things with left and right. Try to get that working first. After that, you need to check which box is on the left/right before moving them in your JavaScript.
alpox
@alpox
@sorinr Yea thats another thing which is really bad about mac stuff... it all needs its own stuff and all its own stuff is expensive as hell
I'll never buy apple stuff again
Shivank Sharma
@shivanksharma91
@TylerMoeller on using absolute postion all boxes stack over each other :worried:
Tyler Moeller
@TylerMoeller
@shivanksharma91 Yes, with absolute positioning, elements need to be positioned manually. You may want to go through this tutorial to understand it better: http://www.w3schools.com/css/css_positioning.asp
^^ hope that helps get you on the right track at figuring out the CSS requirements
abhijith shenoy
@shenoyabhijith
how to add twitter share button to random quote generator
sorry, just an example. My tweets for example are in <h3> tags so to get them for twitter I used $(h3), but as I understand it this could be a variety of other things
abhijith shenoy
@shenoyabhijith
okay
im pretty clear with the concept
but here by quotes appear dynamically from the api
i need to make button also
Megan
@megan32
oh, I did not do an api...you are officially outside my realm of knowledge. I don't want to steer you wrong, sorry :-(
Alexeggers
@Alexeggers
@shenoyabhijith You are trying to fill your quote element with a quote from an api?
@shenoyabhijith Not sure how that works, I didnt you Jquery to get an api but instead saved the json in an object and then always took from that what I needed
MaxLAB
@Max-LAB
@amalhanaja is it posible for you to use $.ajax
Alexeggers
@Alexeggers
@shenoyabhijith do you know the structure of the json object that is returned?