• Member Avatar for essential
    essential

    Replied To a Post in Code PHP and Mysql for login admin and users

    Hi, i totally understand how your point goes and based on what herminia wanted to happen. And pressumed that both tables have identical columns. as you can identify each user …
  • Member Avatar for essential
    essential

    Replied To a Post in Code PHP and Mysql for login admin and users

    Hi, An old thread, but might help someone who needs it. You can detect any level of access by getting their username. <?php // Let's assume that you have set …
  • Member Avatar for essential
    essential

    Replied To a Post in Allow dropping to div only if it's empty

    Hi, here's a short example on how you would apply it inside an empty div. Only one div has some text inside and this will prevent any changes made by …
  • Member Avatar for essential
    essential

    Replied To a Post in How do you get an item in a drop down menu?

    Hi, I'm not sure if this is what you seek for. But here's a way to do it somehow: assuming we have the following SELECT element with a class of …
  • Member Avatar for essential
    essential

    Tweeted How do you get an item in a drop down menu?

    How do I get an item in my drop down menu? I know with .value I can get the value of the item selected, but what I need is the …
  • Member Avatar for essential
    essential

    Replied To a Post in Change text of button as it copies textarea

    It's a pleasure Jon, thanks.
  • Member Avatar for essential
    essential

    Replied To a Post in Change text of button as it copies textarea

    Hi jon, Here is it tested with the latest chrome version and as well with s7 edge using its native browser. <!DOCTYPE html> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" …
  • Member Avatar for essential
    essential

    Replied To a Post in Change text of button as it copies textarea

    Hi Jon, sorry if that didn't work as what you have been expecting it to work in all major browser. ill try to fix it out for you as soon …
  • Member Avatar for essential
    essential

    Replied To a Post in Change text of button as it copies textarea

    Hi, Here's what i have so far, note that this will only work in IE9+ and as well with all modern browser out there... <!DOCTYPE html> <html lang="en"> <head> <meta …
  • Member Avatar for essential
    essential

    Replied To a Post in Pop up notification

    Hi, i've created a simple demonstration on how you would able to achive a simple modal that will handle your notification upon form submission HTML: <!DOCTYPE html> <html lang="en"> <head> …
  • Member Avatar for essential
    essential

    Replied To a Post in Pop up notification

    Hi, might overseen this line: It should be like this ` if (response == "success") {` instead of
  • Member Avatar for essential
    essential

    Replied To a Post in Error of uncaught error: cannot read property 'fndraw' of undefined

    Hi, Have you examine this part?
  • Member Avatar for essential
    essential

    Replied To a Post in CSS3 transition help needed

    Hi, hrushi9 here's a simple demo that ive created to give you an idea on how things work using the CSS animation. You may also use CSS Transition in repalce …
  • Member Avatar for essential
    essential

    Replied To a Post in Facebook share button dynamic url

    Hi, this might come in handy to achieve what you exactly need. Check the link below. [Facebook Dev](https://developers.facebook.com/docs/plugins/share-button/#example) you can do it like this: <!-- Load Facebook SDK for JavaScript …