@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?