AzzaAzza69

Results 35 issues of AzzaAzza69

The line: `var isSameType = $el.hasClass('alert-' + notification.settings.type); ` needs to be changed to: `var isSameType = $el.find('.alert').hasClass('alert-' + notification.settings.type); ` otherwise it won't find the element that has the...

Instead of having the Note: "This plugin requires a unique ID on the DOM element to work (though you don't have to select by ID with jQuery when you initialize...

Usually, after performing a mailmerge, the document is 'flattened' and all merge fields / source data is removed. I can't see any option to do this and when I load...

I need to read meta data from an xlsx to help when I re-output a new adjusted file and so was thinking that you could make the data you've read...

enhancement

Hi, Some of the format patterns for 14 - 22 appear to be locale/short date/long date combinations as my Excel show these values: ``` 14=>dd/mm/yyyy (my windows short date format)...

You currently have the option to get the raw timestamp value for a date value OR the programmer-formatted value (via $excel->setDateFormat) but not being able to get BOTH or the...

eg. \~\~strike through\~\~ would not apply the strike to the ~~ as it obscures the symbols somewhat. Ideally, the same would apply \*\*bold\*\* would only bold the word and not...

Question

in template: `Show all @yield('list-label','inactive') records` in the inherited template, this doesn't work: `@section('list-label','')` as I ended up with `@parentXYZABC` before the opening tag. I could use either a single...