Custom Query (7259 matches)
Results (58 - 60 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3530 | wontfix | $.widget.prototype._trigger() should automatically add the options hash | ||
Description |
As suggested in #3528, ._trigger() should automatically add the options hash to the data that gets passed to the events. |
|||
#3965 | fixed | $.widget: triggered events are missing properties from the original events | ||
Description |
Now that _trigger uses $.Event instead of $.event.fix, most of the properties of the original event are not being copied over to the new event. |
|||
#7236 | notabug | $_GET[term] announse in documentation | ||
Description |
Hi, It is of high value if the document could be updated with information on the search.php file under autocomplete -> datasource. It would be highly valuable to get information on the formation of the file as well as how to query the file. I would recommend to give following information about the solution: syntax of search.php: header('Content-type: application/json'); [{"value": "Jane", "id": 12}, {"value": "Tom", "id": 13}, {"value": "Jones", "id": 15}] and the querypart: A query (term=) will be sent to the PHP file, witch allows you to give a limited list as a result. Anyhow, thanx for a great an beautiful solution. |