45 Commits (fd6dd73cec3e7a35855c9d088f839581a9e09ace)

Author SHA1 Message Date
Nazar Mokrynskyi cc102294f8 Simplify ready callback (#11749) 8 years ago
DrDeath72 8757088f5f `yii.js` - fixed `getQueryParams()` function to handle URLs with anchors correctly 9 years ago
MaximAL be44d265e2 Fix accidental `getResponseHeader()` fails 9 years ago
Sam Mousa 25b1178515 Implemented data-form support. 9 years ago
Pavel Solomienko b6b2befb00 Fix cutting of url params with the same name upon filtering 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
servocoder f2039c2b4a Unable to get target DOM element in pjax events upon deletion grid row 9 years ago
servocoder a301d7154a Enh #10267: `yii.js` - added original event passing to `pjaxOptions` for links with `data-method` and `data-pjax` 9 years ago
SilverFire - Dmitry Naumenko 69ceccc213 Closes #10264: Generating of HTML tags in in yii.* JS redone in jQuery style 9 years ago
SilverFire - Dmitry Naumenko c8fae603b0 yii.js - handleMethid() - added passing of data-options pushRedirect, replaceRedirect, skipOuterContainers to PJAX 9 years ago
SilverFire - Dmitry Naumenko 84d6fce5de yii.js - minor, variable renamed 9 years ago
lichunqiang a349c1ee1b Changed yii.confirm context bind 9 years ago
derekisbusy 17e2255472 Fixes #6363, #8301, #8582, #9566: Fixed data methods and PJAX issues when used together 9 years ago
SilverFire - Dima Naumenko ef33422e65 Fixed #9924 - yii.js handleAction corrupted parameters with quote char 9 years ago
vbelogai 1d6a340534 Fixes #8161: Fixed active form `data-method` submit bug when client validation is used 9 years ago
MaXL af8c1f654d Add missed semicolon 9 years ago
Alexander Makarov e224568b49 Fixes #8014: Fixed setting incorrect form "action" property after submitting a form using a link with "data-method" and containing "action" among "data-params" 10 years ago
Qiang Xue 7031020c63 Fixes #6661: Hyperlinks that are enclosed within an exist form will use the same form for submission if they specify both of the `href` and `data-method` attributes 10 years ago
Qiang Xue 9c287cb651 Fixes #5663 and #5671: Added support for using `data-params` to specify additional form data to be submitted via the `data-method` approach 10 years ago
usualdesigner 80cc9cc16f Basic implementation of the data-params attributes 10 years ago
Qiang Xue 8809d422dc Fixes #5005: Added support to suppress loading the same CSS files in AJAX responses 10 years ago
Qiang Xue 1008249b54 Fixes incorrect submit button detection. 10 years ago
Qiang Xue f1812210a8 Fixes #5768: When setting `data-confirm` attribute to a submit button, clicking on the button would not trigger form submission 10 years ago
Qiang Xue add2413e08 better way of generating html code. 10 years ago
Qiang Xue 8d082c11a1 Fixes #5050. 10 years ago
Qiang Xue b4c4b4053a Fixes #3511: Dropped `yii.allowAction()` and modified `yii.confirm()` in `yii.js` to support callbacks 10 years ago
Qiang Xue 262a77caca Added `yii\web\Response::enableCsrfCookie` to support storing CSRF tokens in session 10 years ago
joni-jones 255bd33aff Fixes #3934: Added attr() method instead prop() to get valid action url. 10 years ago
Qiang Xue ffa596f5f4 Fixes #3934: yii.handleAction() in yii.js does not handle the case when a hyperlink is a hash character 10 years ago
Qiang Xue 4acab5c42d fixed data-method. 11 years ago
Qiang Xue f9befd58fc typo. [skip ci] 11 years ago
Qiang Xue e343d2d7db Fixes #2881. 11 years ago
Qiang Xue 7960ccdf50 Tab to spaces conversion. 11 years ago
Alexander Mohorev f849623359 code style. FOR 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Borales a2db4e043e Fix for multiple $.ajax calls with "JSONP" dataType (related to #2417) 11 years ago
Qiang Xue 80d69a6551 Renamed csrfParam back to csrfVar for consistency. 11 years ago
Dilip 75fb261423 Update yii.js 11 years ago
Qiang Xue 07c7236bc7 GridView filter now works with Pjax. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
John Fragkoulis d4b88555fa really small doc typo fix 11 years ago
Alex-Code 719e3bca19 Update yii.js 11 years ago
Qiang Xue b6cc8c0066 Fixes #1149: Filter out already included javascript files requested via ajax. 11 years ago
Qiang Xue ae39324e54 Support ajax redirection. 11 years ago
Qiang Xue 3acca93ad3 Enable CSRF validation by default. 11 years ago
Qiang Xue 41f7a7d243 Supports more elements to use data-confirm and data-method attributes. 11 years ago
Qiang Xue 0fc423c74a Added support for data-method and data-confirm. 11 years ago
Qiang Xue 2db91187db Use .prop() instead .attr(). 11 years ago
Qiang Xue 1aa836ffc7 use meta tags to pass CSRF token. 11 years ago
Qiang Xue 51c29e444d renamed Request::csrfTokenName to csrfVar. 11 years ago