BullGuard Antivirus Sale - 60% Off with openElement !
Forum Home Forum Home >

openElement

> openElement General Discussion
  New Posts New Posts RSS Feed - Please help !! Editing Code in OpenElement
  FAQ FAQ  Forum Search   Register Register  Login Login

Please help !! Editing Code in OpenElement

 Post Reply Post Reply
Author
Message
Ripanjit View Drop Down
Newbie
Newbie


Joined: Sep 20 2020
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ripanjit Quote  Post ReplyReply Direct Link To This Post Topic: Please help !! Editing Code in OpenElement
    Posted: Sep 20 2020 at 5:15pm
How can I edit the source code in OpenElement ?

Please help !! 
Back to Top
digizar View Drop Down
Senior Member
Senior Member
Avatar

Joined: Dec 30 2015
Location: Germany Frankfu
Status: Offline
Points: 739
Post Options Post Options   Thanks (0) Thanks(0)   Quote digizar Quote  Post ReplyReply Direct Link To This Post Posted: Sep 20 2020 at 7:17pm
Just right click on the page, and follow the guidance.
Alternatively click on the label *Source Code* ontop of the page.
There are several regions of the page: header, body, ... for your convenience.
Each portion is labeled by a name you assign.
___________________________________
Ask questions only if there is no answer yet.
https://blumendigi.com
Back to Top
Hobby001 View Drop Down
Admin Group
Admin Group
Avatar

Joined: Jun 05 2018
Location: Canada, Québec
Status: Offline
Points: 6195
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hobby001 Quote  Post ReplyReply Direct Link To This Post Posted: Sep 21 2020 at 12:04pm
On top of the working area, there is a button called Source Code

A section for code will appear

Click on plus to add a javascript code block and select end body for position

add your js/jQuery function

Write your function 


$('#elementID').click(
function(){
your code here
}
);


#elementID can be replace by CSS custom class or must be replaced by the actual element ID





Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.