31
Help for ParamQuery Pro / Re: Tooltipster
« on: January 16, 2023, 11:22:26 pm »
Solved.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
type: 'button',
label: "toolbar_element",
attr: 'title="test"',
cls: 'tooltip'
type: 'button',
label: "toolbar_element",
attr: 'id="toolbar_element"',
cls: 'tooltip'
$('.tooltip:not(".tooltipstered")#toolbar_element').tooltipster({
content: $('<span><strong>This text is in bold case !</strong></span>')
});
dataType: 'date', format: 'yy-mm-dd hh:mm:ss', formatRaw: 'yy-mm-dd'
SELECT * FROM [table] where id like CONCAT('%', '123', '%') LIMIT 20, 20;
<?php// Start the sessionsession_start();?>