Abhishek Joshi
|
cb645ede22
|
Add new focus event which will show cross button on search textbox when some item get paste directly without key event to search text box
|
2011-05-13 22:44:47 -07:00 |
|
mark.dawn@gmail.com
|
69a0a47a0c
|
XPATH Selector was not well formed of type label[for=ID]
let say id of an inputbox is x.y.z then query
$("label[for=x.y.z]") gonna fail
$("label[for=\"x.y.z\"]") gonna work
|
2011-04-26 19:31:43 +05:30 |
|
scottjehl
|
7503f62a10
|
changed our two new custom data helper names to jqmData() and :jqmData()
|
2011-03-25 17:50:40 -04:00 |
|
Kin Blas
|
db89e1f24d
|
Switch find/filter selector calls over to using the new :jqdata() pseudo selector.
|
2011-03-22 13:31:17 -07:00 |
|
scottjehl
|
ce34ece257
|
namespaced data- attrs to $.mobile.ns (defaults to "jq-") throughout the JS
|
2011-03-09 20:47:44 -05:00 |
|
toddparker
|
8b728d8df7
|
Re-named the ui-icon-search used on search inputs to ui-icon-searchinput so I modified the script for search input to reflect this change
|
2011-02-03 13:38:07 -05:00 |
|
scottjehl
|
b4c8e2f98e
|
moved search input clear buttons over to "tap" event
|
2011-01-28 15:20:56 -08:00 |
|
scottjehl
|
93179f9a3d
|
updated comment about license to match other jQuery projects - MIT "or" GPL
|
2010-11-19 22:47:47 -05:00 |
|
scottjehl
|
a24196e550
|
dolla dolla bills y'all.
Fixes #126, Fixes #346
|
2010-11-11 10:50:28 -05:00 |
|
scottjehl
|
3a3953cd3f
|
made sure text inputs / areas worked with data-theme
|
2010-11-10 23:54:01 -05:00 |
|
scottjehl
|
356308e6b7
|
updates to comments
|
2010-11-09 19:55:52 -05:00 |
|
scottjehl
|
c9bc4880a9
|
removed trailing comma.
|
2010-11-05 14:46:25 -04:00 |
|
scottjehl
|
b1f7ff9c2d
|
made textinputs and textareas inherit theming when possible, or fall back to "c"
|
2010-11-04 21:59:03 -04:00 |
|
scottjehl
|
ffa682cbfe
|
Converted textinput plugin to use widget factory. Also added enable and disable methods. Fixes #369
|
2010-11-04 21:32:28 -04:00 |
|
scottjehl
|
d299bfb087
|
moved append to before the buttonMarkup call, to make theming work as expected
|
2010-10-27 12:19:01 -04:00 |
|
Brandon Aaron
|
946f9d72ca
|
Updates to textarea autogrow. Use keyUp event so that changes are reflected in the DOM (in theory), buffer the keyUp event (100ms), and use clientHeight instead of offsetHeight for a better comparison to scrollHeight. Fixes #4.
|
2010-10-18 15:51:49 -04:00 |
|
scottjehl
|
a9e984a062
|
made sure inner shadow is applied differently on search inputs
|
2010-10-12 11:43:52 -04:00 |
|
scottjehl
|
855961ee2d
|
apply theming to inputs using data-theme. background image is set to none, but color is used, along with ui-shadow-inset
|
2010-10-11 17:26:51 -04:00 |
|
Scott González
|
5c3d35574f
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |
|