AutoFill with input elements - show plus sign also at mouseover on the input elements

AutoFill with input elements - show plus sign also at mouseover on the input elements

__jb____jb__ Posts: 2Questions: 0Answers: 0
edited January 2012 in Plug-ins
Hello,

I am using DataTables with Autofill and input elements - similiar to the example here:
http://datatables.net/release-datatables/extras/AutoFill/inputs.html

It works fine, the only thing I want to add is to show the plus sign in the down right corner also when I am writing in an input field or generally on the mouseover-effect of input elements (e.g. select-boxes).

How can I add that functionality?

Thank you guys!

Replies

  • __jb____jb__ Posts: 2Questions: 0Answers: 0
    I tried to add another selector inside AutoFill.js to select the input elements and add the autofill functionality to the parent element () but my try doesn't work:

    $('tbody>tr>td>input', this.dom.table).parent().live( 'mouseover mouseout', function (e) {
    that._fnFillerDisplay.call( that, e );

    } );

    Can anybody explain me how I can correct the selector?
This discussion has been closed.