Trying to make a modal window - Post...

User 431141 Photo


Registered User
78 posts

Update on UDEMY's "Complete Website Developer's Course" sale price... it's back again for $10 until Feb 1st.

BUT it isn't on their main website.

An email with a whole bunch of their courses for $10 each showed up this morning, and that course is back.

Here's the link to the sale price web page to but the course:

https://www.udemy.com/complete-web-developer-course/?pmtag=IGNITE10&couponCode=IGNITE10&utm_source=email-Adhoc&utm_campaign=2016-01-30_._cn_spark_._en_catcreative_._us_IAll_._tn__._tv__._tl_T5_._tg_n_._ci__._in__._la_en_._rn_42399_._&utm_medium=2016-01-30_spark_catcreative_IAll_T5___n__&utm_content=udemy.4311565&data_h=0&utm_term=cc_category

It's a very long URL, and I can't vouch for it working everywhere in the world, but I was able to buy it today for $10.

Good luck.
=Steve=
User 2022095 Photo


Registered User
121 posts

Eric Rohloff wrote:
I was able to knock this out with no outside mod. All done within RSD. I did use an html element for the actual modal but it can be done without it.
http://progrower-rsd.coffeecup.com/boostrap-modal.html



Hey Eric, is there a way to use this script and have multiple modals on the same page and each modal triggered by different buttons??

Thanks,
-WMFX
User 187934 Photo


Senior Advisor
20,266 posts

Yes, Use different id's for each modal link and modal
$('#modal-button1').attr('data-toggle', 'modal');
$('#modal-button1').attr('data-target', '#important-msg1');

$('#modal-button2').attr('data-toggle', 'modal');
$('#modal-button2').attr('data-target', '#important-msg2');
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2022095 Photo


Registered User
121 posts

Thanks Eric Your super quick.
I appreciate you!

-WMFX

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.