Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Hover function for user explanation of input fields

Post Reply
SteveHolland
Posts: 8
Joined: Tue Jun 28, 2016 12:09 pm
Location: Rotterdam, The Netherlands

Hover function for user explanation of input fields

Unread post by SteveHolland »

Currently the Nubuilder breadcrumb function has an explanatory balloon function like "Desktop", "You are here".

What is the route to make explanatory balloons on input fields? It might be the "Events" tab, using Javascript?
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Hover function for user explanation of input fields

Unread post by admin »

Steve,

This is the html of a Breadcrumb..

Code: Select all

<span id="nuBreadCrumb_0" class="nuBreadCrumbSectionEnd nuBreadCrumbSection" onclick="nuGoToForm(0)" title="Desktop">Home</span>
it (or any input object) can be changed by...

Code: Select all

$("#nuBreadCrumb_0").attr('title', 'Hello There!') 
Steven
Post Reply