[Rails] Re: jquery css styling not being applied when appending to the dom

2019-12-31 Thread fugee ohu
On Monday, December 30, 2019 at 4:52:46 PM UTC-5, Sampson Crowley wrote: > > there are a massive number of possible reasons. you really should do some > research on css display types, as I'm assuming `right` is supposed to be a > element with "float: right" but "span" tags don't respond to

[Rails] Re: jquery css styling not being applied when appending to the dom

2019-12-31 Thread fugee ohu
On Monday, December 30, 2019 at 4:52:46 PM UTC-5, Sampson Crowley wrote: > > there are a massive number of possible reasons. you really should do some > research on css display types, as I'm assuming `right` is supposed to be a > element with "float: right" but "span" tags don't respond to

[Rails] Re: jquery css styling not being applied when appending to the dom

2019-12-31 Thread fugee ohu
On Monday, December 30, 2019 at 4:52:46 PM UTC-5, Sampson Crowley wrote: > > there are a massive number of possible reasons. you really should do some > research on css display types, as I'm assuming `right` is supposed to be a > element with "float: right" but "span" tags don't respond to

[Rails] Re: jquery css styling not being applied when appending to the dom

2019-12-30 Thread Sampson Crowley
there are a massive number of possible reasons. you really should do some research on css display types, as I'm assuming `right` is supposed to be a element with "float: right" but "span" tags don't respond to floats unless they have been set as block-level elements On Tuesday, December 24,